Bump the const eval step limit

This commit is contained in:
Oli Scherer
2022-11-23 16:26:34 +00:00
parent 4e0d0d757e
commit 6c2719a6d6
3 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ pub fn provide(providers: &mut ty::query::Providers) {
tcx.hir().krate_attrs(),
tcx.sess,
sym::const_eval_limit,
1_000_000,
2_000_000,
),
}
}