code review fixes

This commit is contained in:
Saleem Jaffer 2019-07-29 13:41:32 +05:30
parent 654519d3c5
commit 03d47be8f0

View File

@ -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 --