We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5316796 commit efe61daCopy full SHA for efe61da
library/core/src/ptr/mod.rs
@@ -1865,6 +1865,7 @@ macro_rules! fnptr_impls_safety_abi {
1865
fnptr_impls_safety_abi! { #[stable(feature = "fnptr_impls", since = "1.4.0")] $FnTy, $($Arg),* }
1866
};
1867
(@c_unwind $FnTy: ty, $($Arg: ident),*) => {
1868
+ #[cfg(not(bootstrap))]
1869
fnptr_impls_safety_abi! { #[unstable(feature = "c_unwind", issue = "74990")] $FnTy, $($Arg),* }
1870
1871
(#[$meta:meta] $FnTy: ty, $($Arg: ident),*) => {
0 commit comments