2023-12-11 16:55:50 -06:00
|
|
|
error: attribute value must be a literal
|
2022-12-03 03:23:03 -06:00
|
|
|
--> $DIR/unused-item-in-attr.rs:1:7
|
|
|
|
|
|
|
|
|
LL | #[w = { extern crate alloc; }]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: cannot find attribute `w` in this scope
|
|
|
|
--> $DIR/unused-item-in-attr.rs:1:3
|
|
|
|
|
|
|
|
|
LL | #[w = { extern crate alloc; }]
|
|
|
|
| ^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|