Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
unpretty
/
bad-literal.rs
blob: 37377898b14f0ca604664e81190f4e8e9f50948c [
file
] [
log
] [
blame
] [
edit
]
//@ 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
}