]> git.lizzy.rs Git - rust.git/blob - src/test/ui/associated-types/associated-type-macro.rs
Rollup merge of #86165 - m-ou-se:proc-macro-span-shrink, r=dtolnay
[rust.git] / src / test / ui / associated-types / associated-type-macro.rs
1 fn main() {
2     #[cfg(FALSE)]
3     <() as module>::mac!(); //~ ERROR macros cannot use qualified paths
4 }