mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 23:59:07 +00:00
5 lines
112 B
Rust
5 lines
112 B
Rust
#[prelude_import] //~ ERROR `#[prelude_import]` is for use by rustc only
|
|
use std::prelude::v1::*;
|
|
|
|
fn main() {}
|