diff options
| author | Deadbeef <ent3rm4n@gmail.com> | 2023-12-10 10:17:28 +0000 |
|---|---|---|
| committer | Deadbeef <ent3rm4n@gmail.com> | 2023-12-10 10:17:28 +0000 |
| commit | d1f4bc5a19d2cddced73bb026c386081c7357819 (patch) | |
| tree | 18c929605c9165df57b50bb0fc8a38973c137a67 /compiler/rustc_lint/src | |
| parent | 2f457d9d6085de41d112aeb1116761ce480427b6 (diff) | |
| download | rust-d1f4bc5a19d2cddced73bb026c386081c7357819.tar.gz rust-d1f4bc5a19d2cddced73bb026c386081c7357819.zip | |
Revert "Don't print host effect param in pretty path_generic_args"
This reverts commit f1bf874fb13703d706fc8184407c6df12555d8e9.
Diffstat (limited to 'compiler/rustc_lint/src')
| -rw-r--r-- | compiler/rustc_lint/src/context.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_lint/src/context.rs b/compiler/rustc_lint/src/context.rs index e3bda0828cb..024e542d4af 100644 --- a/compiler/rustc_lint/src/context.rs +++ b/compiler/rustc_lint/src/context.rs @@ -1285,7 +1285,6 @@ impl<'tcx> LateContext<'tcx> { &mut self, print_prefix: impl FnOnce(&mut Self) -> Result<(), PrintError>, _args: &[GenericArg<'tcx>], - _params: &[ty::GenericParamDef], ) -> Result<(), PrintError> { print_prefix(self) } |
