blob: fa8af87a3d01942f4eea5c9a99ac8eef9babab85 (
plain)
1
2
3
4
5
6
7
8
|
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
|