]> git.proxmox.com Git - rustc.git/blob - src/test/ui/custom-attribute-multisegment.rs
New upstream version 1.49.0+dfsg1
[rustc.git] / src / test / ui / custom-attribute-multisegment.rs
1 // Unresolved multi-segment attributes are not treated as custom.
2
3 mod existent {}
4
5 #[existent::nonexistent] //~ ERROR failed to resolve: could not find `nonexistent` in `existent`
6 fn main() {}