-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-const-evalArea: Constant evaluation, covers all const contexts (static, const fn, ...)Area: Constant evaluation, covers all const contexts (static, const fn, ...)
Description
This is refactoring fallout during the miri merger.
First it is interned in
rust/src/librustc_mir/interpret/memory.rs
Line 604 in 1558ae7
let alloc = self.tcx.intern_const_alloc(alloc); |
let alloc = ecx.tcx.intern_const_alloc(alloc); |
The second place is wholly unnecessary barring bugs in the first place
Metadata
Metadata
Assignees
Labels
A-const-evalArea: Constant evaluation, covers all const contexts (static, const fn, ...)Area: Constant evaluation, covers all const contexts (static, const fn, ...)