We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a41ade7 commit af153ceCopy full SHA for af153ce
src/librustc_typeck/diagnostics.rs
@@ -763,7 +763,7 @@ function's return type and the value being returned.
763
"##,
764
765
E0070: r##"
766
-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
767
place expression represents a memory location and can be a variable (with
768
optional namespacing), a dereference, an indexing expression or a field
769
reference.
0 commit comments