]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/macro-attribute.rs
Rollup merge of #106973 - oli-obk:tait_ice_closure_in_impl_header, r=lcnr
[rust.git] / tests / ui / macros / macro-attribute.rs
1 #[doc = $not_there] //~ ERROR expected expression, found `$`
2 fn main() { }