Sign in
fuchsia
/
third_party
/
rust
/
d210ce7dac4acb7653d647c77d56c10068dda82c
/
.
/
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
()
{}