rust/tests/ui/attributes/custom_attr_multisegment_error.stderr
2025-06-08 11:25:09 +05:00

10 lines
343 B
Plaintext

error[E0433]: failed to resolve: could not find `nonexistent` in `existent`
--> $DIR/custom_attr_multisegment_error.rs:5:13
|
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`.