Skip to content

Commit 44fe586

Browse files
committed
Fix rebase + Add missing // force-host
1 parent 654cd09 commit 44fe586

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/test/ui/proc-macro/auxiliary/edition-imports-2015.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// edition:2015
2+
// force-host
23
// no-prefer-dynamic
34

45
#![crate_type = "proc-macro"]

src/test/ui/proc-macro/derive-still-gated.stderr

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
error[E0658]: attributes of the form `#[derive_*]` are reserved for the compiler (see issue #29644)
1+
error[E0658]: The attribute `derive_A` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
22
--> $DIR/derive-still-gated.rs:18:3
33
|
4-
LL | #[derive_A] //~ ERROR: attributes of the form `#[derive_*]` are reserved for the compiler
4+
LL | #[derive_A] //~ ERROR attribute `derive_A` is currently unknown
55
| ^^^^^^^^
66
|
7-
= help: add #![feature(custom_derive)] to the crate attributes to enable
7+
= help: add #![feature(custom_attribute)] to the crate attributes to enable
88

99
error: aborting due to previous error
1010

0 commit comments

Comments
 (0)