Skip to content

Commit 13f8ad8

Browse files
committedJan 7, 2019
bless you
1 parent 6ddd2cd commit 13f8ad8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/test/ui/conditional-compilation/cfg-attr-multi-invalid-1.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0658]: no_core is experimental (see issue #29639)
2-
--> $DIR/cfg-attr-multi-invalid-1.rs:5:21
2+
--> $DIR/cfg-attr-multi-invalid-1.rs:4:21
33
|
44
LL | #![cfg_attr(broken, no_core, no_std)] //~ ERROR no_core is experimental
55
| ^^^^^^^

‎src/test/ui/conditional-compilation/cfg-attr-multi-invalid-2.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0658]: no_core is experimental (see issue #29639)
2-
--> $DIR/cfg-attr-multi-invalid-2.rs:5:29
2+
--> $DIR/cfg-attr-multi-invalid-2.rs:4:29
33
|
44
LL | #![cfg_attr(broken, no_std, no_core)] //~ ERROR no_core is experimental
55
| ^^^^^^^

0 commit comments

Comments
 (0)
Please sign in to comment.