Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_const_eval/src/const_eval/
Dmachine.rs162 pub(crate) type CompileTimeEvalContext<'mir, 'tcx> = typedef
195 impl<'mir, 'tcx: 'mir> CompileTimeEvalContext<'mir, 'tcx> { impl