rust/tests/ui/resolve/resolve-conflict-item-vs-extern-crate.rs

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

6 lines
92 B
Rust
Raw Normal View History

fn std() {}
mod std {} //~ ERROR the name `std` is defined multiple times
fn main() {
}