Skip to content

Commit 994d83c

Browse files
committed
cool
1 parent 1a63145 commit 994d83c

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_trait_selection/src/solve

1 file changed

+1
-1
lines changed

compiler/rustc_trait_selection/src/solve/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ impl<'tcx> EvalCtxt<'_, 'tcx> {
299299
fn try_normalize_ty(
300300
&mut self,
301301
param_env: ty::ParamEnv<'tcx>,
302-
mut ty: Ty<'tcx>,
302+
ty: Ty<'tcx>,
303303
) -> Option<Ty<'tcx>> {
304304
self.try_normalize_ty_recur(param_env, 0, ty)
305305
}

0 commit comments

Comments
 (0)