This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
9491f18c5de3ff1c4bf9c3fdacf52d9859e26f7c
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 22:33:57 +00:00
fn
main
(
)
{
Merge cfail and ui tests into ui tests
2017-11-20 13:13:27 +01:00
for
i
0
..
2
{
//~ ERROR missing `in`
Add a nicer error message for missing in for loop, fixes #40782.
2017-10-30 22:33:57 +00:00
}
}
Reference in New Issue
Copy Permalink