1
Fork 0

convert ehcont-guard to an unstable option

This commit is contained in:
Arlie Davis 2023-11-21 14:24:23 -08:00
parent d582f1092b
commit 9429d68842
4 changed files with 6 additions and 5 deletions

View file

@ -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();
}