1
Fork 0

Require feature attributes, and add them where necessary

This commit is contained in:
Brian Anderson 2015-03-05 18:33:58 -08:00
parent 7770ea706b
commit df290f127e
369 changed files with 702 additions and 253 deletions

View file

@ -12,7 +12,7 @@
// aux-build:check_static_recursion_foreign_helper.rs
#![feature(custom_attribute)]
#![feature(custom_attribute, libc)]
extern crate check_static_recursion_foreign_helper;
extern crate libc;