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