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