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