index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
parser
/
issues
/
issue-24197.rs
blob: 9bba16e5596ff0be2be7b400924c5c9cce64cf86 (
plain
)
1
2
3
fn
main
()
{
let
buf
[
0
]
=
0
;
//~ error: expected a pattern, found an expression
}