Skip to content

Commit

Permalink
code review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
saleemjaffer committed Jul 29, 2019
1 parent 654519d commit 03d47be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc/mir/interpret/error.rs
Expand Up @@ -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 --
Expand Down

0 comments on commit 03d47be

Please sign in to comment.