]> git.proxmox.com Git - rustc.git/blame - src/test/ui/lint/lint-malformed.rs
New upstream version 1.39.0+dfsg1
[rustc.git] / src / test / ui / lint / lint-malformed.rs
CommitLineData
dc9dc135 1#![deny = "foo"] //~ ERROR malformed `deny` attribute input
a7813a04 2#![allow(bar = "baz")] //~ ERROR malformed lint attribute
223e47cc 3
85aaf69f 4fn main() { }