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
55b6f649024b372af901b3412a6d36c4284ccf3d
rust
/
tests
/
run-make
/
missing-crate-dependency
/
crateB.rs
2 lines
21 B
Rust
Raw
Normal View
History
Unescape
Escape
Rough regression test for #13266. All it checks, unfortunately, is that you actually printed at least two lines for crateA paths and at least one line for crateB paths. But that's enough to capture the spirit of the bug, I think. I did not bother trying to verify that the paths themselves reflected where the crates end up.
2014-04-05 03:53:28 +02:00
extern
crate
crateA
;
Reference in New Issue
Copy Permalink