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
b60f7b51a27dfd9cbc5ecaa56ee679cd1b67f4c4
rust
/
tests
/
ui
/
parser
/
bad-name.rs
6 lines
68 B
Rust
Raw
Normal View
History
Unescape
Escape
More consistent use of backticks and "expected" in error messages. Got some of the debug messages, here, too. I figure it doesn't hurt to get used to doing this even in places where users won't ever see it.
2012-07-13 13:20:49 -07:00
// error-pattern: expected
Fix damage done by the pretty-printer
2011-07-27 14:48:34 +02:00
fn
main
(
)
{
Update compile fail tests to use isize.
2015-01-08 21:54:35 +11:00
let
x
.
y
::
<
isize
>
.
z
foo
;
Fix damage done by the pretty-printer
2011-07-27 14:48:34 +02:00
}
Reference in New Issue
Copy Permalink