4 lines
95 B
Rust
4 lines
95 B
Rust
pub static FOO: u32 = FOO;
|
|
//~^ ERROR cycle detected when const-evaluating `FOO`
|
|
|
|
fn main() {}
|