Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/mir/interpret/
Derror.rs453 pub trait MachineStopType: Any + fmt::Debug + Send { interface
464 impl dyn MachineStopType { implementation