Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/mir/interpret/
Derror.rs266 pub enum UndefinedBehaviorInfo<'a> { enum
/third_party/rust/rust/compiler/rustc_const_eval/src/
Derrors.rs479 impl<'a> ReportErrorExt for UndefinedBehaviorInfo<'a> { implementation