stabilize -Znext-solver=coherence
This commit is contained in:
parent
88f311479d
commit
1a9d2d82a5
68 changed files with 347 additions and 329 deletions
|
@ -666,7 +666,7 @@ fn check_incompatible_features(sess: &Session, features: &Features) {
|
|||
}
|
||||
|
||||
fn check_new_solver_banned_features(sess: &Session, features: &Features) {
|
||||
if !sess.opts.unstable_opts.next_solver.is_some_and(|n| n.globally) {
|
||||
if !sess.opts.unstable_opts.next_solver.globally {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue