Fix rustc codegen gcc tests

This commit is contained in:
Urgau 2023-12-11 18:48:49 +01:00
parent c578f4302c
commit a72e20d773

View File

@ -4,7 +4,7 @@
thread_local
)]
#![no_core]
#![allow(dead_code, internal_features)]
#![allow(dead_code, internal_features, ambiguous_wide_pointer_comparisons)]
#[no_mangle]
unsafe extern "C" fn _Unwind_Resume() {