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:
parent
e9019101a8
commit
8c93a79e38
1544 changed files with 3093 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue