mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-17 17:33:07 +00:00
5 lines
121 B
Rust
5 lines
121 B
Rust
![]() |
use crate::{self};
|
||
|
//~^ ERROR crate root imports need to be explicitly named: `use crate as name;`
|
||
|
|
||
|
fn main() {}
|