cfg-attr-multi: Change issue number to actual tracking issue

This commit is contained in:
Havvy (Ryan Scheel) 2018-10-07 21:48:28 -07:00
parent 35e6c65628
commit bbe832d570
4 changed files with 5 additions and 5 deletions

View file

@ -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))]

View file

@ -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(),)]