Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// gate-test-string_deref_patterns
fn main() {
match String::new() {
"" | _ => {}
//~^ mismatched types
}