2018-08-03 21:17:51 -05:00
|
|
|
// Unresolved multi-segment attributes are not treated as custom.
|
2017-01-09 03:31:14 -06:00
|
|
|
|
2018-08-03 21:17:51 -05:00
|
|
|
mod existent {}
|
2017-01-09 03:31:14 -06:00
|
|
|
|
2018-11-13 17:52:26 -06:00
|
|
|
#[existent::nonexistent] //~ ERROR failed to resolve: could not find `nonexistent` in `existent`
|
2018-08-03 21:17:51 -05:00
|
|
|
fn main() {}
|