Skip to content

Commit

Permalink
Fix wording in diagnostics page
Browse files Browse the repository at this point in the history
  • Loading branch information
feinorgh committed Jan 25, 2019
1 parent a41ade7 commit af153ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_typeck/diagnostics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit af153ce

Please sign in to comment.