rust/tests/ui/proc-macro/issue-118455-skip-err-built...

9 lines
238 B
Plaintext

error: cannot find attribute `some_nonexistent_attribute` in this scope
--> $DIR/issue-118455-skip-err-builtin.rs:1:4
|
LL | #![some_nonexistent_attribute]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error