From b9c701e880a596d55431f25950d4cf652799a3e0 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sat, 15 Sep 2018 22:51:11 +0200 Subject: [PATCH] remove assert_instr from nvptx it doesn't do the right thing --- library/stdarch/coresimd/nvptx/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/library/stdarch/coresimd/nvptx/mod.rs b/library/stdarch/coresimd/nvptx/mod.rs index 1370b007dccc..ac481393b941 100644 --- a/library/stdarch/coresimd/nvptx/mod.rs +++ b/library/stdarch/coresimd/nvptx/mod.rs @@ -123,7 +123,6 @@ pub unsafe fn _thread_idx_z() -> i32 { } /// Generates the trap instruction `TRAP` -#[cfg_attr(test, assert_instr(trap))] #[inline] pub unsafe fn trap() -> ! { ::_core::intrinsics::abort()