mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-03 06:25:40 +00:00
For now, we only collect the small info for the `best_failure`, but using this tracker, we can easily extend it in the future to track things with more performance overhead. We cannot retry cases where the macro failed with a parser error that was emitted already, as that would cause us to emit the same error to the user twice.