Rollup merge of #57890 - feinorgh:fix-diagnostics-typo, r=zackmdavis
Fix wording in diagnostics page Fix a tiny wording error in the diagnostics text for E0070.
This commit is contained in:
commit
0ae3d87d81
@ -763,7 +763,7 @@ function's return type and the value being returned.
|
||||
"##,
|
||||
|
||||
E0070: r##"
|
||||
The left-hand side of an assignment operator must be a place expression. An
|
||||
The left-hand side of an assignment operator must be a place expression. A
|
||||
place expression represents a memory location and can be a variable (with
|
||||
optional namespacing), a dereference, an indexing expression or a field
|
||||
reference.
|
||||
|
Loading…
Reference in New Issue
Block a user