Sign in
rust
/
rust
/
08650fbb506c44fbc95d91abfb7cd95a56bbff30
/
.
/
src
/
test
/
ui
/
parser
/
issues
/
issue-76597.fixed
blob: 2d7a30b8361ad7b2ccc11845bd6cd5154f526921 [
file
]
// run-rustfix
#![allow(dead_code)]
#![allow(unused_variables)]
fn f
(
x
:
u8
,
y
:
u8
,
)
{}
//~^^ ERROR: expected one of `!`, `(`, `)`, `+`, `,`, `::`, or `<`, found `y`
fn main
()
{}