rust/tests/ui/error-codes/E0432.rs

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

5 lines
52 B
Rust
Raw Normal View History

2016-08-18 05:45:10 +08:00
use something::Foo; //~ ERROR E0432
fn main () {
}