Make ClosureOutlivesRequirement not rely on an unresolved type
This commit is contained in:
parent
91af4f5d0b
commit
a6b5f95fb0
20 changed files with 94 additions and 93 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue