Move rustdoc UI tests into a subdirectory
This also adds a little leeway to the test limit.
This commit is contained in:
parent
66ec64ccf3
commit
bc1fbf55db
18 changed files with 4 additions and 1 deletions
6
src/test/ui/rustdoc/cfg-rustdoc.rs
Normal file
6
src/test/ui/rustdoc/cfg-rustdoc.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
#[cfg(doc)]
|
||||
pub struct Foo;
|
||||
|
||||
fn main() {
|
||||
let f = Foo; //~ ERROR
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue