Auto merge of #29471 - pierzchalski:custom-target-custom-unwind-json, r=alexcrichton

This commit is contained in:
bors 2015-11-01 20:00:07 +00:00
commit af6e413fdb

View File

@ -346,6 +346,7 @@ impl Target {
key!(pre_link_args, list);
key!(post_link_args, list);
key!(allow_asm, bool);
key!(custom_unwind_resume, bool);
base
}