mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-04 11:18:24 +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() {}
|