mirror of
https://git.proxmox.com/git/rustc
synced 2025-10-15 10:57:35 +00:00
5 lines
106 B
Rust
5 lines
106 B
Rust
pub static FOO: u32 = FOO;
|
|
//~^ ERROR cycle detected when const-evaluating + checking `FOO`
|
|
|
|
fn main() {}
|