2018-09-02 16:04:54 -05:00
|
|
|
error[E0425]: cannot find value `NonExistent` in this scope
|
|
|
|
--> $DIR/ambiguous-builtin-attrs-test.rs:19:5
|
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | NonExistent;
|
2018-09-02 16:04:54 -05:00
|
|
|
| ^^^^^^^^^^^ not found in this scope
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0425`.
|