Skip to content

Commit

Permalink
Rollup merge of #3540 - matthiaskrgr:rustup, r=flip1995
Browse files Browse the repository at this point in the history
rustup #56092

fix ui test cast_alignment failure by adding #![feature(rustc_private)]
  • Loading branch information
flip1995 committed Dec 12, 2018
2 parents 0cabbbd + 016c996 commit b7a431e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/cast_alignment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

//! Test casts for alignment issues

#![feature(libc)]

#![feature(rustc_private)]
extern crate libc;

#[warn(clippy::cast_ptr_alignment)]
Expand Down

0 comments on commit b7a431e

Please sign in to comment.