Skip to content

Commit 054e409

Browse files
committed
Add JSON parser rule for custom_unwind_resume.
1 parent 914c4db commit 054e409

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ impl Target {
335335
key!(pre_link_args, list);
336336
key!(post_link_args, list);
337337
key!(allow_asm, bool);
338+
key!(custom_unwind_resume, bool);
338339

339340
base
340341
}

0 commit comments

Comments
 (0)