about summary refs log tree commit diff
path: root/compiler/rustc_borrowck
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-02-26 19:52:52 +0000
committerMichael Goulet <michael@errs.io>2024-03-01 01:20:49 +0000
commit61daee66a89f52eb5fa6f103d5ac8dbcaa885709 (patch)
tree70294ea9628babd2fb3727a65ac0ac1caf16b0a4 /compiler/rustc_borrowck
parent801dd1d061bc6db31547d45c64a32bbd9b4f6124 (diff)
downloadrust-61daee66a89f52eb5fa6f103d5ac8dbcaa885709.tar.gz
rust-61daee66a89f52eb5fa6f103d5ac8dbcaa885709.zip
Get rid of some sub_exp and eq_exp
Diffstat (limited to 'compiler/rustc_borrowck')
-rw-r--r--compiler/rustc_borrowck/src/type_check/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_borrowck/src/type_check/mod.rs b/compiler/rustc_borrowck/src/type_check/mod.rs
index 75cc28bcab0..26e1e24d1a1 100644
--- a/compiler/rustc_borrowck/src/type_check/mod.rs
+++ b/compiler/rustc_borrowck/src/type_check/mod.rs
@@ -1066,7 +1066,6 @@ impl<'a, 'tcx> TypeChecker<'a, 'tcx> {
                             &cause,
                             param_env,
                             hidden_ty.ty,
-                            true,
                             &mut obligations,
                         )?;