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
77 B
Rust
Raw Normal View History

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