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
453b51a65ab00939d2dce3de24ce38489b5c7eb6
rust
/
tests
/
ui
/
fail-simple.rs
4 lines
61 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix damage done by the pretty-printer
2011-07-27 14:48:34 +02:00
fn
main
(
)
{
Tweak more warnings. Much like the previous commit. I think the removal of "the token" in each message is fine here. There are many more error messages that mention tokens without saying "the token" than those that do say it.
2024-06-25 12:52:15 +10:00
panic!
(
@
)
;
//~ ERROR no rules expected `@`
Fix damage done by the pretty-printer
2011-07-27 14:48:34 +02:00
}
Reference in New Issue
Copy Permalink