Skip to content

Commit

Permalink
Fix rebase + Add missing // force-host
Browse files Browse the repository at this point in the history
  • Loading branch information
petrochenkov committed Dec 9, 2018
1 parent 654cd09 commit 44fe586
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/test/ui/proc-macro/auxiliary/edition-imports-2015.rs
@@ -1,4 +1,5 @@
// edition:2015
// force-host
// no-prefer-dynamic

#![crate_type = "proc-macro"]
Expand Down
6 changes: 3 additions & 3 deletions src/test/ui/proc-macro/derive-still-gated.stderr
@@ -1,10 +1,10 @@
error[E0658]: attributes of the form `#[derive_*]` are reserved for the compiler (see issue #29644)
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)
--> $DIR/derive-still-gated.rs:18:3
|
LL | #[derive_A] //~ ERROR: attributes of the form `#[derive_*]` are reserved for the compiler
LL | #[derive_A] //~ ERROR attribute `derive_A` is currently unknown
| ^^^^^^^^
|
= help: add #![feature(custom_derive)] to the crate attributes to enable
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error: aborting due to previous error

Expand Down

0 comments on commit 44fe586

Please sign in to comment.