Skip to content

Commit 4c4dbb1

Browse files
committed
Improve miri's error reporting in check_in_alloc
1 parent 705d75e commit 4c4dbb1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc/mir/interpret/allocation.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ pub enum CheckInAllocMsg {
4040
}
4141

4242
impl Display for CheckInAllocMsg {
43-
4443
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
4544
write!(f, "{}", match *self {
4645
CheckInAllocMsg::ReadCStr => "read C str",

0 commit comments

Comments
 (0)