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-05-04 14:07:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c5819b2b9b
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 20:20:49 +00:00
// error-pattern: expected
Fix damage done by the pretty-printer
2011-07-27 12:48:34 +00:00
fn
main
(
)
{
Update compile fail tests to use isize.
2015-01-08 10:54:35 +00:00
let
x
.
y
::
<
isize
>
.
z
foo
;
Fix damage done by the pretty-printer
2011-07-27 12:48:34 +00:00
}
Reference in New Issue
Copy Permalink