diff options
| author | Albert Larsan <74931857+albertlarsan68@users.noreply.github.com> | 2023-01-05 09:45:44 +0100 |
|---|---|---|
| committer | Albert Larsan <74931857+albertlarsan68@users.noreply.github.com> | 2023-01-11 09:32:13 +0000 |
| commit | 40ba0e84d53f605ccf01836e9c2d27892728ae81 (patch) | |
| tree | e8cb2c8310381b238e1b0e3b42f2d313712ba7f8 /compiler/rustc_hir_analysis/src/astconv/errors.rs | |
| parent | cf2dff2b1e3fa55fa5415d524200070d0d7aacfe (diff) | |
| download | rust-40ba0e84d53f605ccf01836e9c2d27892728ae81.tar.gz rust-40ba0e84d53f605ccf01836e9c2d27892728ae81.zip | |
Change `src/test` to `tests` in source files, fix tidy and tests
Diffstat (limited to 'compiler/rustc_hir_analysis/src/astconv/errors.rs')
| -rw-r--r-- | compiler/rustc_hir_analysis/src/astconv/errors.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_hir_analysis/src/astconv/errors.rs b/compiler/rustc_hir_analysis/src/astconv/errors.rs index e6465d641f1..5368dc0735b 100644 --- a/compiler/rustc_hir_analysis/src/astconv/errors.rs +++ b/compiler/rustc_hir_analysis/src/astconv/errors.rs @@ -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 |
