This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fb851242b7
rust
/
src
/
test
/
compile-fail
/
use-meta.rc
4 lines
93 B
Plaintext
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 15:20:49 -05:00
// error-pattern:can't find crate for `std`
Add test case for non-matching crate metadata in use statements
2011-06-28 17:58:05 -05:00
use std (name = "std",
Re-enable tidy (it was broken) and fix various non-tidy things.
2011-06-29 17:11:20 -05:00
vers = "bogus");
Reference in New Issue
Copy Permalink