about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-07-31 16:57:54 +0200
committerGitHub <noreply@github.com>2023-07-31 16:57:54 +0200
commit95b7116d70ac2cd4c9418ebdca16fc82b52ca890 (patch)
tree94e8b8fd623aaf9fef47397ac2971a1f93c40dc3 /src
parentb8f78fb47cac063a3f6d8a8f8b3e8abc75bd7c29 (diff)
parent0ca432844c89668e1ae123d66b7033a5b39b3b39 (diff)
downloadrust-95b7116d70ac2cd4c9418ebdca16fc82b52ca890.tar.gz
rust-95b7116d70ac2cd4c9418ebdca16fc82b52ca890.zip
Rollup merge of #114228 - fmease:wf-lazy-ty-aliases, r=oli-obk
Check lazy type aliases for well-formedness

Previously we didn't check if `T: Mul` holds given lazy `type Alias<T> = <T as Mul>::Output;`.
Now we do. It only makes sense.

`@rustbot` label F-lazy_type_alias

r? `@oli-obk`
Diffstat (limited to 'src')
-rw-r--r--src/tools/tidy/src/ui_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/src/ui_tests.rs b/src/tools/tidy/src/ui_tests.rs
index a1822c83986..44c7c07d3a0 100644
--- a/src/tools/tidy/src/ui_tests.rs
+++ b/src/tools/tidy/src/ui_tests.rs
@@ -11,7 +11,7 @@ use std::path::{Path, PathBuf};
 const ENTRY_LIMIT: usize = 900;
 // FIXME: The following limits should be reduced eventually.
 const ISSUES_ENTRY_LIMIT: usize = 1893;
-const ROOT_ENTRY_LIMIT: usize = 872;
+const ROOT_ENTRY_LIMIT: usize = 873;
 
 const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
     "rs",     // test source files