sourcefrog / cargo-mutants

:zombie: Inject bugs and see if your tests catch them!
https://mutants.rs/
MIT License
547 stars 27 forks source link

Test suite leaks rustc on `cargo_mutants_testdata_hang_when_mutated` #372

Open sourcefrog opened 3 months ago

sourcefrog commented 3 months ago

I think sometimes the compiler for a constexpr-time hang isn't being correctly stopped.

Perhaps this is more evidence that we shouldn't normally cap lints, because that would let the compiler stop itself.