Skip to content

Commit

Permalink
fix fulldeps test fallout
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Mar 31, 2020
1 parent 316c240 commit d796b7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/ui-fulldeps/undef_mask.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
#![feature(rustc_private)]

extern crate rustc_middle;
extern crate rustc_target;

use rustc_middle::mir::interpret::UndefMask;
use rustc_middle::ty::layout::Size;
use rustc_target::abi::Size;

fn main() {
let mut mask = UndefMask::new(Size::from_bytes(500), false);
Expand Down

0 comments on commit d796b7a

Please sign in to comment.