Skip to content

Commit 679e9b2

Browse files
committed
Add import of usize (fixup #22901)
1 parent af82b9b commit 679e9b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/run-pass/ifmt.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#![feature(box_syntax)]
1818

1919
use std::fmt;
20+
use std::usize;
2021

2122
struct A;
2223
struct B;

0 commit comments

Comments
 (0)