Skip to content

Commit b7a431e

Browse files
authored
Rollup merge of #3540 - matthiaskrgr:rustup, r=flip1995
rustup #56092 fix ui test cast_alignment failure by adding #![feature(rustc_private)]
2 parents 0cabbbd + 016c996 commit b7a431e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/cast_alignment.rs

+1-1
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)