From fe88fc03c50be57e1dc12cf308c45dc9c8d6473a Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Tue, 29 Oct 2019 17:31:54 -0400 Subject: Fix up intrinsic implementation --- src/libcore/intrinsics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcore') diff --git a/src/libcore/intrinsics.rs b/src/libcore/intrinsics.rs index f4a1ff0dd00..0cfe5595af5 100644 --- a/src/libcore/intrinsics.rs +++ b/src/libcore/intrinsics.rs @@ -1352,7 +1352,7 @@ extern "rust-intrinsic" { /// Internal hook used by Miri to implement unwinding. /// Perma-unstable: do not use #[cfg(not(bootstrap))] - pub fn miri_start_panic(data: *mut (dyn crate::any::Any + Send)) -> !; + pub fn miri_start_panic(data: u128) -> !; } // Some functions are defined here because they accidentally got made -- cgit 1.4.1-3-g733a5