mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-14 23:22:30 +00:00
9 lines
427 B
Rust
9 lines
427 B
Rust
#![deny = "foo"] //~ ERROR malformed `deny` attribute input
|
|
#![allow(bar = "baz")] //~ ERROR malformed lint attribute
|
|
//~| ERROR malformed lint attribute
|
|
//~| ERROR malformed lint attribute
|
|
//~| ERROR malformed lint attribute
|
|
//~| ERROR malformed lint attribute
|
|
//~| ERROR malformed lint attribute
|
|
fn main() { }
|