Skip to content

Commit af6e413

Browse files
committed
Auto merge of #29471 - pierzchalski:custom-target-custom-unwind-json, r=alexcrichton
2 parents 7140918 + 054e409 commit af6e413

File tree

1 file changed

+1
-0
lines changed
  • src/librustc_back/target

1 file changed

+1
-0
lines changed

src/librustc_back/target/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ impl Target {
346346
key!(pre_link_args, list);
347347
key!(post_link_args, list);
348348
key!(allow_asm, bool);
349+
key!(custom_unwind_resume, bool);
349350

350351
base
351352
}

0 commit comments

Comments
 (0)