Remove in_band_lifetimes
from rustc_trait_selection
This commit is contained in:
parent
195e931b02
commit
dd5717a6d6
18 changed files with 63 additions and 54 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue