]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/meta-item-absolute-path.rs
Rollup merge of #67313 - oli-obk:document_all_the_t̶h̶i̶n̶g̶s̶dataflow, r=ecstatic...
[rust.git] / src / test / ui / macros / meta-item-absolute-path.rs
1 #[derive(::Absolute)] //~ ERROR failed to resolve
2                       //~| ERROR failed to resolve
3 struct S;
4
5 fn main() {}