Skip to content

Commit 48d0d5c

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 30fd25b commit 48d0d5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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_ctypes_definitions, internal_features)]
32+
#![allow(unused, internal_features)]
3333
#![no_std]
3434
#![no_core]
3535

tests/ui/statics/nested-allocations-dont-inherit-codegen-attrs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//@ build-pass
22

3-
#![allow(improper_c_var_definitions)]
3+
#![allow(improper_ctypes_definitions)]
44

55
// Make sure that the nested static allocation for `FOO` doesn't inherit `no_mangle`.
66
#[no_mangle]

0 commit comments

Comments
 (0)