Suggest macro call when not sure that it is fn definition
This commit is contained in:
parent
c82e9e8e1e
commit
df357b20be
20 changed files with 33 additions and 37 deletions
|
@ -16,5 +16,5 @@ struct X {
|
|||
}
|
||||
|
||||
fn main() {
|
||||
let y = X {a = 1};
|
||||
let y = X {a: 1};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue