Revert "Make ClosureOutlivesRequirement not rely on an unresolved type"
This reverts commit a6b5f95fb0
.
This commit is contained in:
parent
0da281b606
commit
dce44faf5b
20 changed files with 93 additions and 94 deletions
|
@ -2904,7 +2904,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, TyEncodable, TyDecodable)]
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Hash, Ord, PartialOrd, HashStable)]
|
||||
pub struct Location {
|
||||
/// The block that the location is within.
|
||||
pub block: BasicBlock,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue