mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00
5 lines
111 B
Rust
5 lines
111 B
Rust
pub static FOO: u32 = FOO;
|
|
//~^ ERROR cycle detected when evaluating initializer of static `FOO`
|
|
|
|
fn main() {}
|