This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-30 12:07:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
901b340c1f
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 12:48:34 +00: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 02:52:15 +00:00
panic!
(
@
)
;
//~ ERROR no rules expected `@`
Fix damage done by the pretty-printer
2011-07-27 12:48:34 +00:00
}
Reference in New Issue
Copy Permalink