rust/tests/run-make-fulldeps/save-analysis-rfc2126/extern_absolute_paths.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
70 B
Rust
Raw Normal View History

2018-04-10 09:40:34 -05:00
use krate2::hello;
fn main() {
hello();
::krate2::hello();
}