]> git.proxmox.com Git - rustc.git/blame - src/test/ui/macros/macro-attribute.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / macros / macro-attribute.rs
CommitLineData
fc512014 1#[doc = $not_there] //~ ERROR expected expression, found `$`
1a4d82fc 2fn main() { }