Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f97f4e0

Browse files
committedMar 8, 2025
fix clif tests
1 parent 0a13718 commit f97f4e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎compiler/rustc_codegen_cranelift/example/example.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![feature(no_core, unboxed_closures)]
22
#![no_core]
3-
#![allow(dead_code)]
3+
#![allow(dead_code, redundant_transmutation)]
44

55
extern crate mini_core;
66

‎compiler/rustc_codegen_gcc/example/example.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![feature(no_core, unboxed_closures)]
22
#![no_core]
3-
#![allow(dead_code)]
3+
#![allow(dead_code, redundant_transmutation)]
44

55
extern crate mini_core;
66

0 commit comments

Comments
 (0)
Please sign in to comment.