Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-76597.rs
blob: 521b9c64b1c5714bcf8bdf84f629bb1163f5c3bf [
file
] [
log
] [
blame
]
// run-rustfix
#![
allow
(
dead_code
)]
#![
allow
(
unused_variables
)]
fn
f
(
x
:
u8
y
:
u8
,
)
{}
//~^^ ERROR: expected one of `!`, `(`, `)`, `+`, `,`, `::`, or `<`, found `y`
fn
main
()
{}