This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-05-01 12:37:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8152da82b5
rust
/
tests
/
ui
/
recursion
/
issue-23302-3.rs
6 lines
77 B
Rust
Raw
Normal View
History
Unescape
Escape
Update tests
2018-04-15 21:21:00 +00:00
const
A
:
i32
=
B
;
//~ ERROR cycle detected
rustc: Don't allow recursive constants
2012-04-04 23:12:57 +00:00
Update tests
2018-04-15 21:21:00 +00:00
const
B
:
i32
=
A
;
Remove "static item recursion checking" in favor of relying on cycle checks in the query engine
2018-02-03 20:15:00 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink