Skip to content

Commit 4495bdb

Browse files
committed
Add import of usize (fixup rust-lang#22901)
1 parent d9fb976 commit 4495bdb

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)