We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654519d commit 03d47beCopy full SHA for 03d47be
src/librustc/mir/interpret/error.rs
@@ -363,6 +363,7 @@ impl fmt::Debug for UndefinedBehaviourInfo {
363
364
#[derive(Clone, RustcEncodable, RustcDecodable, HashStable)]
365
pub enum UnsupportedInfo<'tcx> {
366
+ /// Handle cases which for which we do not have a fixed variant.
367
Unimplemented(String),
368
369
// -- Everything below is not classified yet --
0 commit comments