blob: 66bf2d1c502fb462439c2a35c2d5c38565741636 [file] [log] [blame]
error: attribute should be empty
--> $DIR/marker-attribute-with-values.rs:14:1
|
LL | #[marker(always)]
| ^^^^^^^^^^^^^^^^^
error: attribute should be empty
--> $DIR/marker-attribute-with-values.rs:18:1
|
LL | #[marker("never")]
| ^^^^^^^^^^^^^^^^^^
error: attribute should be empty
--> $DIR/marker-attribute-with-values.rs:22:1
|
LL | #[marker(key = value)]
| ^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 3 previous errors