Skip to content

Commit cb4ffda

Browse files
committed
ImproperCTypes: misc. adaptations
smooth things out to avoid conflicts with rust-lang/compiler-builtins#1006 which has at time of writing not made it into rust-lang/rust's main branch
1 parent 3922bd1 commit cb4ffda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/auxiliary/minicore.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
asm_experimental_arch,
3030
unboxed_closures
3131
)]
32-
#![allow(unused, improper_c_fn_definitions, internal_features)]
32+
#![allow(unused, internal_features)]
3333
#![no_std]
3434
#![no_core]
3535

0 commit comments

Comments
 (0)