Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
unpretty
/
bad-literal.rs
blob: 0ec1d7b07f1f7658ee4d990db48aac8cfe99ea9e [
file
] [
log
] [
blame
]
//@ compile-flags: -Zunpretty=hir
//@ check-fail
//@ edition: 2015
// In #100948 this caused an ICE with -Zunpretty=hir.
fn
main
()
{
1u
;
//~^ ERROR invalid suffix `u` for number literal
}