This commit is contained in:
memoryruins 2021-04-06 19:38:59 -04:00
parent c201cce527
commit e1e6e3b925

View File

@ -1041,7 +1041,7 @@ fn no_fuzzy_during_fields_of_record_lit_syntax() {
check( check(
r#" r#"
mod m { mod m {
pub fn some_fn() -> i32() { pub fn some_fn() -> i32 {
42 42
} }
} }
@ -1061,7 +1061,7 @@ fn fuzzy_after_fields_of_record_lit_syntax() {
check( check(
r#" r#"
mod m { mod m {
pub fn some_fn() -> i32() { pub fn some_fn() -> i32 {
42 42
} }
} }