This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
58e901b6fd
rust
/
tests
/
ui
/
use
/
use-meta-mismatch.rs
6 lines
101 B
Rust
Raw
Normal View
History
Unescape
Escape
metadata: Remove `locator::Context::ident` It's a crate name after renaming, so it's entirely irrelevant to crate loading
2019-09-29 20:16:23 +03:00
// error-pattern:can't find crate for `fake_crate`
Add a test for mismatched crate metadata in use statements
2011-07-01 12:26:57 -07:00
Fix fallout of removing quotes in crate names
2015-03-27 10:22:44 -07:00
extern
crate
fake_crate
as
extra
;
Add a test for mismatched crate metadata in use statements
2011-07-01 12:26:57 -07:00
Reformat This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-08-19 15:16:48 -07:00
fn
main
(
)
{
}
Copy permalink