Don't print host effect param in pretty path_generic_args
This commit is contained in:
parent
08587a56f1
commit
f1bf874fb1
11 changed files with 46 additions and 42 deletions
|
@ -120,6 +120,7 @@ impl<'tcx> Printer<'tcx> for AbsolutePathPrinter<'tcx> {
|
|||
&mut self,
|
||||
print_prefix: impl FnOnce(&mut Self) -> Result<(), PrintError>,
|
||||
args: &[GenericArg<'tcx>],
|
||||
_params: &[ty::GenericParamDef],
|
||||
) -> Result<(), PrintError> {
|
||||
print_prefix(self)?;
|
||||
let args =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue