Add an unused field of type Option<DefId>
to ParamEnv
struct.
This commit is contained in:
parent
70148d7b31
commit
ab83d372ed
3 changed files with 6 additions and 3 deletions
|
@ -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<'_>, 56);
|
||||
static_assert_size!(PendingPredicateObligation<'_>, 64);
|
||||
|
||||
impl<'a, 'tcx> FulfillmentContext<'tcx> {
|
||||
/// Creates a new fulfillment context.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue