Change src/test to tests in source files, fix tidy and tests

This commit is contained in:
Albert Larsan
2023-01-05 09:45:44 +01:00
parent cf2dff2b1e
commit 40ba0e84d5
137 changed files with 315 additions and 311 deletions

View File

@@ -267,7 +267,7 @@ impl<'o, 'tcx> dyn AstConv<'tcx> + 'o {
// segments, even though `trait_ref.path.segments` is of length `1`. Work
// around that bug here, even though it should be fixed elsewhere.
// This would otherwise cause an invalid suggestion. For an example, look at
// `src/test/ui/issues/issue-28344.rs` where instead of the following:
// `tests/ui/issues/issue-28344.rs` where instead of the following:
//
// error[E0191]: the value of the associated type `Output`
// (from trait `std::ops::BitXor`) must be specified