Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
parallel-rustc
/
cycle_crash.rs
blob: 94ae11aef39d475d47d33f1c73842839175e094f [
file
] [
log
] [
blame
]
//@ compile-flags: -Z threads=2
const
FOO
:
usize
=
FOO
;
//~ERROR cycle detected when simplifying constant for the type system `FOO`
fn
main
()
{}