]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/macro-attribute.rs
Auto merge of #106975 - tmiasko:basic-blocks-cache, r=cjgillot
[rust.git] / tests / ui / macros / macro-attribute.rs
1 #[doc = $not_there] //~ ERROR expected expression, found `$`
2 fn main() { }