rust/compiler/rustc_lint
Mara Bos 37c532c010 Suggest correct replacement for panic![123].
Before this change, the suggestion was `std::panic::panic_any(123]`,
changing the opening brace but not the closing one.
2021-02-14 19:44:48 +01:00
..
src Suggest correct replacement for panic![123]. 2021-02-14 19:44:48 +01:00
Cargo.toml Add --extern-loc to augment unused crate dependency diagnostics 2021-02-07 14:54:20 -08:00