rust/compiler/rustc_session
Bryan Garza eea42733ac Replace terminator-based const eval limit
- Remove logic that limits const eval based on terminators, and use the
  stable metric instead (back edges + fn calls)
- Add unstable flag `tiny-const-eval-limit` to add UI tests that do not
  have to go up to the regular 2M step limit
2023-01-23 23:56:22 +00:00
..
src Replace terminator-based const eval limit 2023-01-23 23:56:22 +00:00
Cargo.toml Move the untracked cstore and source_span into a struct 2022-12-09 14:53:24 +00:00