mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
94807670a6
Avoid silencing relevant follow-up errors r? `@matthewjasper` This PR only adds new errors to tests that are already failing and fixes one ICE. Several tests were changed to not emit new errors. I believe all of them were faulty tests, and not explicitly testing for the code that had new errors.