mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 17:55:20 +00:00
8 lines
61 B
Rust
8 lines
61 B
Rust
//@ pp-exact
|
|
|
|
trait Foo {
|
|
#![allow(bar)]
|
|
}
|
|
|
|
fn main() {}
|