diff --git a/src/librustc/mir/interpret/error.rs b/src/librustc/mir/interpret/error.rs index 5a464ddd383c..b347000ae046 100644 --- a/src/librustc/mir/interpret/error.rs +++ b/src/librustc/mir/interpret/error.rs @@ -363,6 +363,7 @@ impl fmt::Debug for UndefinedBehaviourInfo { #[derive(Clone, RustcEncodable, RustcDecodable, HashStable)] pub enum UnsupportedInfo<'tcx> { + /// Handle cases which for which we do not have a fixed variant. Unimplemented(String), // -- Everything below is not classified yet --