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 daecb58 commit 857fb3eCopy full SHA for 857fb3e
src/libpanic_unwind/seh.rs
@@ -218,7 +218,7 @@ extern "C" {
218
// an argument to the C++ personality function.
219
//
220
// Again, I'm not entirely sure what this is describing, it just seems to work.
221
-#[cfg_attr(bootstrap(msvc_try_filter))]
+#[cfg_attr(bootstrap, lang = "msvc_try_filter")]
222
#[cfg_attr(not(any(test, bootstrap)), lang = "eh_catch_typeinfo")]
223
static mut TYPE_DESCRIPTOR: _TypeDescriptor = _TypeDescriptor {
224
pVFTable: unsafe { &TYPE_INFO_VTABLE } as *const _ as *const _,
0 commit comments