We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cf7b1e + de7d1c0 commit bcc0b8cCopy full SHA for bcc0b8c
src/librustc/diagnostics.rs
@@ -1006,7 +1006,7 @@ a compile-time constant.
1006
1007
E0308: r##"
1008
This error occurs when the compiler was unable to infer the concrete type of a
1009
-variable. This error can occur for several cases, the most common of which is a
+variable. It can occur for several cases, the most common of which is a
1010
mismatch in the expected type that the compiler inferred for a variable's
1011
initializing expression, and the actual type explicitly assigned to the
1012
variable.
0 commit comments