rust/compiler/rustc_trait_selection
Matthias Krüger e8ef83e4c0
Rollup merge of #106748 - clubby789:on-unimplemented-fmt-verify, r=compiler-errors
Clean up `OnUnimplementedFormatString::verify`

Lift the always-allowed symbols to a static array and replace a `match iter().find(...)` with `iter().any(...)`
2023-01-12 06:52:39 +01:00
..
src Rollup merge of #106748 - clubby789:on-unimplemented-fmt-verify, r=compiler-errors 2023-01-12 06:52:39 +01:00
Cargo.toml Remove from compiler/ crates 2022-09-29 16:49:04 +09:00