1
Fork 0

rustdoc: Replace no-pretty-expanded with pretty-expanded

Now that features must be declared expanded source often does not compile.
This adds 'pretty-expanded' to a bunch of test cases that still work.
This commit is contained in:
Brian Anderson 2015-03-22 13:13:15 -07:00
parent e9019101a8
commit 8c93a79e38
1544 changed files with 3093 additions and 12 deletions

View file

@ -12,6 +12,8 @@
// aux-build:check_static_recursion_foreign_helper.rs
// pretty-expanded FIXME #23616
#![feature(custom_attribute, libc)]
extern crate check_static_recursion_foreign_helper;