about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits/codegen.rs
diff options
context:
space:
mode:
authorSylvan Bowdler <sylvanbowdler81@gmail.com>2021-12-14 09:44:49 +0000
committerSylvan Bowdler <sylvanbowdler18@gmail.com>2021-12-15 21:52:30 +0000
commitdd5717a6d6e347803dacc4dbcc203903dc79b9f2 (patch)
tree725389088f8dc297ff0bde903fff8548c653f3c6 /compiler/rustc_trait_selection/src/traits/codegen.rs
parent195e931b02b69bbce1bcf4632f4e2d5603ef006b (diff)
downloadrust-dd5717a6d6e347803dacc4dbcc203903dc79b9f2.tar.gz
rust-dd5717a6d6e347803dacc4dbcc203903dc79b9f2.zip
Remove `in_band_lifetimes` from `rustc_trait_selection`
Diffstat (limited to 'compiler/rustc_trait_selection/src/traits/codegen.rs')
-rw-r--r--compiler/rustc_trait_selection/src/traits/codegen.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/src/traits/codegen.rs b/compiler/rustc_trait_selection/src/traits/codegen.rs
index bdd4fdd4043..848aba7c912 100644
--- a/compiler/rustc_trait_selection/src/traits/codegen.rs
+++ b/compiler/rustc_trait_selection/src/traits/codegen.rs
@@ -107,7 +107,7 @@ pub fn codegen_fulfill_obligation<'tcx>(
 /// type inference variables that appear in `result` to be
 /// unified, and hence we need to process those obligations to get
 /// the complete picture of the type.
-fn drain_fulfillment_cx_or_panic<T>(
+fn drain_fulfillment_cx_or_panic<'tcx, T>(
     infcx: &InferCtxt<'_, 'tcx>,
     fulfill_cx: &mut FulfillmentContext<'tcx>,
     result: T,