2019-09-15 12:55:18 +03:00
|
|
|
error: cannot find attribute `mutable_doc` in this scope
|
2019-06-08 23:55:09 +03:00
|
|
|
--> $DIR/unknown-attr.rs:5:4
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2019-06-08 17:35:54 +03:00
|
|
|
LL | #![mutable_doc]
|
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
2019-09-15 12:55:18 +03:00
|
|
|
error: cannot find attribute `dance` in this scope
|
2019-07-12 01:00:20 +03:00
|
|
|
--> $DIR/unknown-attr.rs:8:3
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2019-06-08 17:35:54 +03:00
|
|
|
LL | #[dance] mod a {}
|
|
|
|
| ^^^^^
|
2018-08-08 14:28:26 +02:00
|
|
|
|
2019-09-15 12:55:18 +03:00
|
|
|
error: cannot find attribute `dance` in this scope
|
2019-07-12 01:00:20 +03:00
|
|
|
--> $DIR/unknown-attr.rs:11:3
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | #[dance] fn main() {}
|
2019-06-08 17:35:54 +03:00
|
|
|
| ^^^^^
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
|
|
|
|