Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-104620.stderr
blob: 040c63a5fbfbfbb015aea51bb973a7218ae2a22d [
file
] [
log
] [
blame
] [
edit
]
error
:
invalid suffix
`z`
for
number literal
-->
$DIR
/
issue
-
104620.rs
:
3
:
16
|
LL
|
#![rustc_dummy=5z]
|
^^
invalid suffix
`z`
|
=
help
:
the suffix must be one of the numeric types
(
`u32`
,
`isize`
,
`f32`
,
etc
.)
error
:
aborting due to
1
previous error