Skip to content

Commit 016c996

Browse files
committed
rustup #56092
fix ui test cast_alignment failure by adding #![feature(rustc_private)]
1 parent f5d6aca commit 016c996

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)