mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
093bd0888a
Query panic!() to useful diagnostic Changes some more ICEs from bare panic!()s Adds an `expect_job()` helper method as that is a moral equivalent of what was happening at the uses. re:#118955