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

@ -11,6 +11,8 @@
// Test that the lifetime of the enclosing `&` is used for the object
// lifetime bound.
// pretty-expanded FIXME #23616
#![allow(dead_code)]
trait Test {