]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/meta-item-absolute-path.rs
Merge branch 'master' of github.com:rust-lang/rust into add-tvSO-target
[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() {}