rust/tests/ui/imports/import3.rs

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

5 lines
76 B
Rust
Raw Normal View History

2020-12-06 17:01:35 -06:00
// error-pattern: unresolved
use main::bar;
2020-12-06 17:01:35 -06:00
fn main() { println!("foo"); }