remove repetition from E0308 explanation
This commit is contained in:
parent
1b28ffa521
commit
de7d1c08d3
1 changed files with 1 additions and 1 deletions
|
|
@ -1006,7 +1006,7 @@ a compile-time constant.
|
|||
|
||||
E0308: r##"
|
||||
This error occurs when the compiler was unable to infer the concrete type of a
|
||||
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
|
||||
mismatch in the expected type that the compiler inferred for a variable's
|
||||
initializing expression, and the actual type explicitly assigned to the
|
||||
variable.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue