1
Fork 0

Add custom_attribute gate to tests which need them

This commit is contained in:
Manish Goregaokar 2015-02-14 16:15:43 +05:30
parent 237ae450bf
commit 0001817485
14 changed files with 22 additions and 1 deletions

View file

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