blob: f42c35ffea13c2c62df4a2f0f3908eaadf93db1b [file] [log] [blame] [edit]
//! Unresolved multi-segment attributes are not treated as custom.
mod existent {}
#[existent::nonexistent] //~ ERROR cannot find `nonexistent` in `existent`
fn main() {}