Skip to content

Commit b79f40a

Browse files
committed
Auto merge of #3540 - matthiaskrgr:rustup, r=flip1995
rustup rust-lang/rust#56092 fix ui test cast_alignment failure by adding #![feature(rustc_private)]
2 parents f5d6aca + 016c996 commit b79f40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/cast_alignment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
//! Test casts for alignment issues
1111
12-
#![feature(libc)]
1312

13+
#![feature(rustc_private)]
1414
extern crate libc;
1515

1616
#[warn(clippy::cast_ptr_alignment)]

0 commit comments

Comments
 (0)