2019-06-29 22:24:34 +00:00
|
|
|
error: name `cfg` is reserved in attribute namespace
|
2018-11-24 13:34:13 +00:00
|
|
|
--> $DIR/reserved-macro-names.rs:10:8
|
2018-09-10 21:30:21 +00:00
|
|
|
|
|
|
|
|
LL | pub fn cfg(_: TokenStream, input: TokenStream) -> TokenStream {
|
|
|
|
| ^^^
|
|
|
|
|
2019-06-29 22:24:34 +00:00
|
|
|
error: name `cfg_attr` is reserved in attribute namespace
|
2018-11-24 13:34:13 +00:00
|
|
|
--> $DIR/reserved-macro-names.rs:16:8
|
2018-09-10 21:30:21 +00:00
|
|
|
|
|
|
|
|
LL | pub fn cfg_attr(_: TokenStream, input: TokenStream) -> TokenStream {
|
|
|
|
| ^^^^^^^^
|
|
|
|
|
2020-11-14 11:47:14 +00:00
|
|
|
error: aborting due to 2 previous errors
|
2018-09-10 21:30:21 +00:00
|
|
|
|