Sign in
◑
Theme
rust
/
rust
/
c1d608bb7e862c8d8b74ce7cfc042fa98e9d4792
/
.
/
tests
/
ui
/
parser
/
bad-match.rs
blob: 04100d1701ddb8f94854115c4a67f32e1daf10ca [
file
]
fn
main
()
{
let
isize x
=
5
;
//~ ERROR expected one of `:`, `;`, `=`, `@`, or `|`, found `x`
match
x
;
}