about summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src
diff options
context:
space:
mode:
authorDeadbeef <ent3rm4n@gmail.com>2022-09-16 11:38:28 +0800
committerDeadbeef <ent3rm4n@gmail.com>2022-09-16 12:08:46 +0800
commit5ead742e18787b669ed33b82530d77b56f5928f5 (patch)
tree48f9bd72ef087b8764e8e0421b1a4db4e16155f6 /compiler/rustc_borrowck/src
parent08aeb1aa9b8baff7025fa4ae9958ce2ca0876c40 (diff)
downloadrust-5ead742e18787b669ed33b82530d77b56f5928f5.tar.gz
rust-5ead742e18787b669ed33b82530d77b56f5928f5.zip
remap ParamEnv with obligation
Diffstat (limited to 'compiler/rustc_borrowck/src')
-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 9aea99b6a12..4bdeaccf668 100644
--- a/compiler/rustc_borrowck/src/type_check/mod.rs
+++ b/compiler/rustc_borrowck/src/type_check/mod.rs
@@ -436,7 +436,6 @@ impl<'a, 'b, 'tcx> Visitor<'tcx> for TypeVerifier<'a, 'b, 'tcx> {
                     locations,
                 );
                 self.cx.param_env = prev;
-                
             }
         }
     }