Home
last modified time | relevance | path

Searched defs:HeapAllocation (Results 1 – 1 of 1) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_const_eval/src/transform/check_consts/
H A Dops.rs162 pub struct HeapAllocation; struct
163 impl NonConstOp for HeapAllocation { implementation