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