bless you
This commit is contained in:
parent
6ddd2cdc5b
commit
13f8ad8897
@ -1,5 +1,5 @@
|
||||
error[E0658]: no_core is experimental (see issue #29639)
|
||||
--> $DIR/cfg-attr-multi-invalid-1.rs:5:21
|
||||
--> $DIR/cfg-attr-multi-invalid-1.rs:4:21
|
||||
|
|
||||
LL | #![cfg_attr(broken, no_core, no_std)] //~ ERROR no_core is experimental
|
||||
| ^^^^^^^
|
||||
|
@ -1,5 +1,5 @@
|
||||
error[E0658]: no_core is experimental (see issue #29639)
|
||||
--> $DIR/cfg-attr-multi-invalid-2.rs:5:29
|
||||
--> $DIR/cfg-attr-multi-invalid-2.rs:4:29
|
||||
|
|
||||
LL | #![cfg_attr(broken, no_std, no_core)] //~ ERROR no_core is experimental
|
||||
| ^^^^^^^
|
||||
|
Loading…
Reference in New Issue
Block a user