cfg-attr-multi: Change issue number to actual tracking issue
This commit is contained in:
parent
35e6c65628
commit
bbe832d570
4 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
error[E0658]: cfg_attr with zero or more than one attributes is experimental (see issue #555666)
|
||||
error[E0658]: cfg_attr with zero or more than one attributes is experimental (see issue #54881)
|
||||
--> $DIR/feature-gate-cfg-attr-multi-1.rs:3:1
|
||||
|
|
||||
LL | #![cfg_attr(all(), warn(nonstandard_style), allow(unused_attributes))]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
error[E0658]: cfg_attr with zero or more than one attributes is experimental (see issue #555666)
|
||||
error[E0658]: cfg_attr with zero or more than one attributes is experimental (see issue #54881)
|
||||
--> $DIR/feature-gate-cfg-attr-multi-2.rs:1:1
|
||||
|
|
||||
LL | #![cfg_attr(all(),)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue