Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-104620.rs
blob: fd0916b44110a0c7d549ae145edc30c420a7b869 [
file
] [
log
] [
blame
] [
edit
]
#![
feature
(
rustc_attrs
)]
#![
rustc_dummy
=
5z
]
//~ ERROR invalid suffix `z` for number literal
fn
main
()
{}