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