Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
unpretty
/
bad-literal.stderr
blob: fd1801a87f20926404a5f449980645b2fa5642a8 [
file
] [
edit
]
error
:
invalid suffix
`u`
for
number literal
-->
$DIR
/
bad
-
literal
.
rs
:
7
:
5
|
LL
|
1u
;
|
^^
invalid suffix
`u`
|
=
help
:
the suffix must be one of the numeric types
(
`u32`
,
`isize`
,
`f32`
,
etc
.)
error
:
aborting due to
1
previous error