index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
parser
/
bad-let-as-field.rs
blob: fec2bc25617acca615a7793f4d6936776fb33b5b (
plain
)
1
2
3
4
5
6
struct
Foo
{
let
:
i32
,
//~^ ERROR expected identifier, found keyword
}
fn
main
()
{}