Sign in
◑
Theme
rust
/
rust
/
08ec41ea3dfd2d30a5747a084d0dbc79fba227d6
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-76597.fixed
blob: 779b4042cf49b9515e2246344b8ecada806c16cd [
file
]
//@ run-rustfix
#![allow(dead_code)]
#![allow(unused_variables)]
fn f
(
x
:
u8
,
y
:
u8
,
)
{}
//~^^ ERROR: expected one of `!`, `(`, `)`, `+`, `,`, `::`, or `<`, found `y`
fn main
()
{}