Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/traits/
Dselect.rs311 impl<'tcx> From<OverflowError> for SelectionError<'tcx> { implementation
Dmod.rs575 pub enum SelectionError<'tcx> { enum