Skip to content

Commit 03d47be

Browse files
committed
code review fixes
1 parent 654519d commit 03d47be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc/mir/interpret/error.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ impl fmt::Debug for UndefinedBehaviourInfo {
363363

364364
#[derive(Clone, RustcEncodable, RustcDecodable, HashStable)]
365365
pub enum UnsupportedInfo<'tcx> {
366+
/// Handle cases which for which we do not have a fixed variant.
366367
Unimplemented(String),
367368

368369
// -- Everything below is not classified yet --

0 commit comments

Comments
 (0)