Add needs-unwind for proc macro tests
Rustc gives a warning when compiling proc macros with panic=abort.
This commit is contained in:
parent
3733dcc72d
commit
5f5dcaefe6
9 changed files with 9 additions and 10 deletions
|
@ -4,6 +4,7 @@
|
|||
//@ build-pass (FIXME(62277): could be check-pass?)
|
||||
//@ force-host
|
||||
//@ no-prefer-dynamic
|
||||
//@ needs-unwind compiling proc macros with panic=abort causes a warning
|
||||
|
||||
#![crate_type = "proc-macro"]
|
||||
#![deny(missing_docs)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue