Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/tools/miri/src/shims/native_lib/trace/parent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,6 @@ fn handle_segfault(
capstone_disassemble(&instr, addr, cs, acc_events).expect("Failed to disassemble instruction");

// Move the instr ptr into the deprotection code.
#[allow(unknown_lints)]
#[expect(clippy::as_conversions, function_casts_as_integer)]
new_regs.set_ip(mempr_off as usize);
// Don't mess up the stack by accident!
Expand Down
2 changes: 0 additions & 2 deletions src/tools/miri/tests/pass/backtrace/backtrace-api-v1.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//@normalize-stderr-test: "::<.*>" -> ""

#![allow(function_casts_as_integer)]

#[inline(never)]
fn func_a() -> Box<[*mut ()]> {
func_b::<u8>()
Expand Down
Loading