This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
904aceec7d
rust
/
tests
/
ui
/
parser
/
import-from-path.rs
3 lines
46 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
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping
2013-02-14 11:47:00 -08:00
use
foo
::
{
bar
}
::
baz
Copy permalink