You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #149419 - matthiaskrgr:rollup-v3q93fq, r=matthiaskrgr
Rollup of 6 pull requests
Successful merges:
- #147952 (Add a timeout to the `remote-test-client` connection)
- #149321 (Fix ICE when include_str! reads binary files)
- #149398 (add regression test for issue #143987)
- #149411 (Tidying up UI tests [5/N])
- #149413 (add test for issue 143821)
- #149415 (Remove test-float-parse from workspace list in tidy)
r? `@ghost`
`@rustbot` modify labels: rollup
Contains a single test, checking the unstable command-line flag to enable detailed macro backtraces.
897
-
898
-
**FIXME**: This could be merged with `ui/macros`, which already contains other macro backtrace tests.
899
-
900
894
## `tests/ui/macros/`
901
895
902
896
Broad category of tests on macros.
@@ -945,12 +939,6 @@ Something is missing which could be added to fix (e.g. suggestions).
945
939
946
940
**FIXME**: this is way too vague, tests should be rehomed.
947
941
948
-
## `tests/ui/missing_non_modrs_mod/`
949
-
950
-
This directory is a small tree of `mod` dependencies, but the root, `foo.rs`, is looking for a file which does not exist. The test checks that the error is reported at the top-level module.
951
-
952
-
**FIXME**: Merge with `tests/ui/modules/`.
953
-
954
942
## `tests/ui/missing-trait-bounds/`
955
943
956
944
Tests for checking missing trait bounds, and their diagnostics.
@@ -963,10 +951,6 @@ Tests on the module system.
963
951
964
952
**FIXME**: `tests/ui/imports/` should probably be merged with this.
965
953
966
-
## `tests/ui/modules_and_files_visibility/`
967
-
968
-
**FIXME**: Merge with `tests/ui/modules/`.
969
-
970
954
## `tests/ui/moves`
971
955
972
956
Tests on moves (destructive moves).
@@ -1135,12 +1119,6 @@ A large category about function and type public/private visibility, and its impa
1135
1119
1136
1120
**FIXME**: merge with `tests/ui/privacy/`.
1137
1121
1138
-
## `tests/ui/qualified/`
1139
-
1140
-
Contains few tests on qualified paths where a type parameter is provided at the end: `type A = <S as Tr>::A::f<u8>;`. The tests check if this fails during type checking, not parsing.
1141
-
1142
-
**FIXME**: Should be rehomed to `ui/typeck`.
1143
-
1144
1122
## `tests/ui/query-system/`
1145
1123
1146
1124
Tests on Rust methods and functions which use the query system, such as `std::mem::size_of`. These compute information about the current runtime and return it. See [Query system | rustc-dev-guide](https://rustc-dev-guide.rust-lang.org/query.html).
@@ -1583,12 +1561,6 @@ Tests on various well-formedness checks, e.g. [Type-checking normal functions](h
1583
1561
1584
1562
Tests on `where` clauses. See [Where clauses | Reference](https://doc.rust-lang.org/reference/items/generics.html#where-clauses).
1585
1563
1586
-
## `tests/ui/while/`
1587
-
1588
-
Tests on the `while` keyword and the `while` construct.
0 commit comments