Skip to content

Commit

Permalink
rustup #56092
Browse files Browse the repository at this point in the history
fix ui test cast_alignment failure by adding #![feature(rustc_private)]
  • Loading branch information
matthiaskrgr committed Dec 12, 2018
1 parent f5d6aca commit 016c996
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 016c996

Please sign in to comment.