mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 11:11:14 +00:00
8 lines
148 B
Rust
8 lines
148 B
Rust
fn main() {}
|
|
|
|
#[cfg(FALSE)]
|
|
fn container() {
|
|
const extern "Rust" PUT_ANYTHING_YOU_WANT_HERE bug() -> usize { 1 }
|
|
//~^ ERROR expected `fn`
|
|
}
|