Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
unpretty
/
bad-literal.rs
blob: 6dcc0da30cc2cd7810154c817ae0fae0da31f121 [
file
] [
log
] [
blame
]
// compile-flags: -Zunpretty=hir
// check-fail
// In #100948 this caused an ICE with -Zunpretty=hir.
fn
main
()
{
1u
;
//~^ ERROR invalid suffix `u` for number literal
}