Revert "Add an unused field of type Option<DefId> to ParamEnv struct."

This reverts commit ab83d372ed.
This commit is contained in:
Dylan MacKenzie 2020-09-22 18:30:53 -07:00
parent bb6c249f99
commit c4d8089f00
3 changed files with 3 additions and 6 deletions

View file

@ -87,7 +87,7 @@ pub struct PendingPredicateObligation<'tcx> {
// `PendingPredicateObligation` is used a lot. Make sure it doesn't unintentionally get bigger.
#[cfg(target_arch = "x86_64")]
static_assert_size!(PendingPredicateObligation<'_>, 64);
static_assert_size!(PendingPredicateObligation<'_>, 56);
impl<'a, 'tcx> FulfillmentContext<'tcx> {
/// Creates a new fulfillment context.