Update tests to use new proc-macro header
This commit is contained in:
parent
f592dd95db
commit
f94142b366
399 changed files with 425 additions and 1084 deletions
|
@ -1,7 +1,3 @@
|
|||
//@ force-host
|
||||
//@ no-prefer-dynamic
|
||||
|
||||
#![crate_type = "proc-macro"]
|
||||
#![feature(proc_macro_diagnostic, proc_macro_span, proc_macro_def_site)]
|
||||
|
||||
extern crate proc_macro;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//@ aux-build:multispan.rs
|
||||
//@ proc-macro: multispan.rs
|
||||
//@ error-pattern:hello to you, too!
|
||||
//@ compile-flags: --error-format human-annotate-rs -Z unstable-options
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue