Rollup merge of #82800 - jyn514:group-rustdoc-tests, r=Mark-Simulacrum

Move rustdoc UI tests into a subdirectory

Helps with https://github.com/rust-lang/rust/issues/73494.
This commit is contained in:
Mara Bos 2021-03-08 20:08:59 +01:00 committed by GitHub
commit 5ff52cbdb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,3 @@
This directory is for tests that have to do with rustdoc, but test the behavior
of rustc. For example, rustc should not warn that an attribute rustdoc uses is
unknown.