Files
rust/tests/ui/attributes/custom_attr_multisegment_error.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
343 B
Plaintext
Raw Normal View History

error[E0433]: failed to resolve: could not find `nonexistent` in `existent`
2025-06-07 16:17:21 +05:00
--> $DIR/custom_attr_multisegment_error.rs:5:13
|
2019-03-09 15:03:44 +03:00
LL | #[existent::nonexistent]
| ^^^^^^^^^^^ could not find `nonexistent` in `existent`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0433`.