Skip to content

Commit 857fb3e

Browse files
committed
Fix syntax error
1 parent daecb58 commit 857fb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libpanic_unwind/seh.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ extern "C" {
218218
// an argument to the C++ personality function.
219219
//
220220
// Again, I'm not entirely sure what this is describing, it just seems to work.
221-
#[cfg_attr(bootstrap(msvc_try_filter))]
221+
#[cfg_attr(bootstrap, lang = "msvc_try_filter")]
222222
#[cfg_attr(not(any(test, bootstrap)), lang = "eh_catch_typeinfo")]
223223
static mut TYPE_DESCRIPTOR: _TypeDescriptor = _TypeDescriptor {
224224
pVFTable: unsafe { &TYPE_INFO_VTABLE } as *const _ as *const _,

0 commit comments

Comments
 (0)