1
Fork 0

Update tests to use new proc-macro header

This commit is contained in:
Eric Huss 2024-11-24 17:37:25 -08:00
parent f592dd95db
commit f94142b366
399 changed files with 425 additions and 1084 deletions

View file

@ -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;

View file

@ -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