Add import of usize (fixup #22901)

This commit is contained in:
Manish Goregaokar 2015-03-01 01:45:53 +05:30
parent d9fb9765a1
commit 4495bdb52c

View File

@ -17,6 +17,7 @@
#![feature(box_syntax)]
use std::fmt;
use std::usize;
struct A;
struct B;