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
a5991c57cf
rust
/
src
/
test
/
ui
/
issues
/
issue-40782.rs
5 lines
60 B
Rust
Raw
Normal View
History
Unescape
Escape
Add a nicer error message for missing in for loop, fixes #40782.
2017-10-30 17:33:57 -05:00
fn
main
(
)
{
Merge cfail and ui tests into ui tests
2017-11-20 06:13:27 -06: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