diff options
| author | bors <bors@rust-lang.org> | 2024-01-05 12:34:00 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-01-05 12:34:00 +0000 |
| commit | 6bc08a725f888a06ea3c6844f3d0cc2d2ebc5142 (patch) | |
| tree | 4f93fdaecda5d73047d62044e6d3ff75fcfcff79 /src/tools | |
| parent | 8d39ec1825024f3014e1f847942ac5bbfcf055b0 (diff) | |
| parent | 7832ebbd4ff090aced6e338ff92e1353bbe88f76 (diff) | |
| download | rust-6bc08a725f888a06ea3c6844f3d0cc2d2ebc5142.tar.gz rust-6bc08a725f888a06ea3c6844f3d0cc2d2ebc5142.zip | |
Auto merge of #117673 - matthewjasper:thir-unsafeck-stabilization, r=cjgillot
Stabilize THIR unsafeck - Removes `-Zthir-unsafeck`, stabilizing the behaviour of `-Zthir-unsafeck=on`. - Removes MIR unsafeck. - Union patterns are now unsafe unless the field is matched to a wildcard pattern. Opening for a crater run in case we need a compatibility lint.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/tidy/src/ui_tests.rs | 2 |
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 dfa386b49de..b4745d4883c 100644 --- a/src/tools/tidy/src/ui_tests.rs +++ b/src/tools/tidy/src/ui_tests.rs @@ -10,7 +10,7 @@ use std::path::{Path, PathBuf}; const ENTRY_LIMIT: usize = 900; // FIXME: The following limits should be reduced eventually. -const ISSUES_ENTRY_LIMIT: usize = 1852; +const ISSUES_ENTRY_LIMIT: usize = 1849; const ROOT_ENTRY_LIMIT: usize = 867; const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[ |
