mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 19:08:20 +00:00
5 lines
87 B
Rust
5 lines
87 B
Rust
fn main() {
|
|
let _ = std::sys::os::errno();
|
|
//~^ERROR module `sys` is private
|
|
}
|