mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
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:
commit
5ff52cbdb7
3
src/test/ui/rustdoc/README.md
Normal file
3
src/test/ui/rustdoc/README.md
Normal 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.
|
@ -7,7 +7,7 @@ use std::path::Path;
|
||||
|
||||
const ENTRY_LIMIT: usize = 1000;
|
||||
// FIXME: The following limits should be reduced eventually.
|
||||
const ROOT_ENTRY_LIMIT: usize = 1418;
|
||||
const ROOT_ENTRY_LIMIT: usize = 1408;
|
||||
const ISSUES_ENTRY_LIMIT: usize = 2565;
|
||||
|
||||
fn check_entries(path: &Path, bad: &mut bool) {
|
||||
|
Loading…
Reference in New Issue
Block a user