Add custom_attribute gate to tests which need them
This commit is contained in:
parent
237ae450bf
commit
0001817485
14 changed files with 22 additions and 1 deletions
|
@ -11,6 +11,9 @@
|
|||
// Static recursion check shouldn't fail when given a foreign item (#18279)
|
||||
|
||||
// aux-build:check_static_recursion_foreign_helper.rs
|
||||
|
||||
#![feature(custom_attribute)]
|
||||
|
||||
extern crate check_static_recursion_foreign_helper;
|
||||
extern crate libc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue