This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
db870ea71b
rust
/
src
/
test
/
ui
/
issues
/
issue-40782.rs
7 lines
77 B
Rust
Raw
Normal View
History
Unescape
Escape
Audit uses of `span_suggestion_short`
2020-07-02 00:32:12 -05:00
// run-rustfix
Add a nicer error message for missing in for loop, fixes #40782.
2017-10-30 17:33:57 -05:00
fn
main
(
)
{
Audit uses of `span_suggestion_short`
2020-07-02 00:32:12 -05:00
for
_i
0
..
2
{
//~ ERROR missing `in`
Add a nicer error message for missing in for loop, fixes #40782.
2017-10-30 17:33:57 -05:00
}
}
Reference in New Issue
Copy Permalink