Make ClosureOutlivesRequirement not rely on an unresolved type
This commit is contained in:
@@ -2875,7 +2875,7 @@ fn pretty_print_const_value<'tcx>(
|
||||
/// `Location` represents the position of the start of the statement; or, if
|
||||
/// `statement_index` equals the number of statements, then the start of the
|
||||
/// terminator.
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Hash, Ord, PartialOrd, HashStable)]
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Hash, Ord, PartialOrd, HashStable, TyEncodable, TyDecodable)]
|
||||
pub struct Location {
|
||||
/// The block that the location is within.
|
||||
pub block: BasicBlock,
|
||||
|
||||
Reference in New Issue
Block a user