]> git.lizzy.rs Git - rust.git/blob - src/test/ui/custom-attribute-multisegment.rs
Merge commit 'e228f0c16ea8c34794a6285bf57aab627c26b147' into libgccjit-codegen
[rust.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() {}