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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
issues
/
issue-40782.fixed
blob: d61c248c6ec62d9946c50942ebf2597b43ac2c9a (
plain
)
1
2
3
4
5
6
// run-rustfix fn main() { for _i in 0..2 { //~ ERROR missing `in` } }