mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
15 lines
425 B
Plaintext
15 lines
425 B
Plaintext
error: name `cfg` is reserved in attribute namespace
|
|
--> $DIR/reserved-macro-names.rs:10:8
|
|
|
|
|
LL | pub fn cfg(_: TokenStream, input: TokenStream) -> TokenStream {
|
|
| ^^^
|
|
|
|
error: name `cfg_attr` is reserved in attribute namespace
|
|
--> $DIR/reserved-macro-names.rs:16:8
|
|
|
|
|
LL | pub fn cfg_attr(_: TokenStream, input: TokenStream) -> TokenStream {
|
|
| ^^^^^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|