convert ehcont-guard to an unstable option
This commit is contained in:
parent
d582f1092b
commit
9429d68842
4 changed files with 6 additions and 5 deletions
|
@ -2379,7 +2379,7 @@ fn add_order_independent_options(
|
|||
}
|
||||
|
||||
// OBJECT-FILES-NO, AUDIT-ORDER
|
||||
if sess.opts.cg.ehcont_guard {
|
||||
if sess.opts.unstable_opts.ehcont_guard {
|
||||
cmd.ehcont_guard();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue