Skip to content

Commit

Permalink
fix clif tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bend-n committed Mar 7, 2025
1 parent 7778817 commit 1cdf9d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler/rustc_codegen_cranelift/example/example.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![feature(no_core, unboxed_closures)]
#![no_core]
#![allow(dead_code)]
#![allow(dead_code, redundant_transmutation)]

extern crate mini_core;

Expand Down
2 changes: 1 addition & 1 deletion compiler/rustc_codegen_gcc/example/example.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![feature(no_core, unboxed_closures)]
#![no_core]
#![allow(dead_code)]
#![allow(dead_code, redundant_transmutation)]

extern crate mini_core;

Expand Down

0 comments on commit 1cdf9d3

Please sign in to comment.