mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-15 23:23:18 +00:00
4 lines
103 B
Rust
4 lines
103 B
Rust
#![allow(unused_variables)]; //~ ERROR expected item, found `;`
|
|
//~^ ERROR `main` function
|
|
fn foo() {}
|