rust/compiler/rustc_interface
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 Warn when using panic-strategy abort for proc-macro crates 2023-01-13 10:13:49 +01:00