File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/rustc_middle/src/mir/interpret Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,8 +130,8 @@ impl<Tag> Allocation<Tag> {
130130 // This results in an error that can happen non-deterministically, since the memory
131131 // available to the compiler can change between runs. Normally queries are always
132132 // deterministic. However, we can be non-determinstic here because all uses of const
133- // evaluation will make compilation fail (via hard error or ICE) upon
134- // encountering a `MemoryExhausted` error.
133+ // evaluation (including ConstProp!) will make compilation fail (via hard error
134+ // or ICE) upon encountering a `MemoryExhausted` error.
135135 InterpError :: ResourceExhaustion ( ResourceExhaustionInfo :: MemoryExhausted )
136136 } ) ?;
137137 bytes. resize ( size. bytes_usize ( ) , 0 ) ;
You can’t perform that action at this time.
0 commit comments