Modify existing bounds if they exist

This commit is contained in:
Edward Shen
2023-02-04 17:09:19 -08:00
committed by Edward Shen
parent 044a28a409
commit af5a37e844
13 changed files with 186 additions and 43 deletions

View File

@@ -136,6 +136,7 @@ impl<'tcx> NonConstOp<'tcx> for FnCallNonConst<'tcx> {
&param_ty.name.as_str(),
&constraint,
None,
None,
);
}
}