2018-11-13 17:52:26 -06:00
|
|
|
error[E0433]: failed to resolve: could not find `nonexistent` in `existent`
|
2019-06-08 03:35:30 -05:00
|
|
|
--> $DIR/custom-attribute-multisegment.rs:5:13
|
2018-08-03 21:17:51 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[existent::nonexistent]
|
2018-11-13 17:52:26 -06:00
|
|
|
| ^^^^^^^^^^^ could not find `nonexistent` in `existent`
|
2018-08-03 21:17:51 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0433`.
|