mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
9 lines
238 B
Plaintext
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
|
|
|