We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed69db commit eac235eCopy full SHA for eac235e
src/fast_check/mod.rs
@@ -162,10 +162,10 @@ impl FastCheckDiagnostic {
162
"fix the reference to point to a symbol that exists"
163
}
164
MissingExplicitType { .. } => {
165
- "add an explit type annotation to the symbol"
+ "add an explicit type annotation to the symbol"
166
167
MissingExplicitReturnType { .. } => {
168
- "add an explit return type to the function"
+ "add an explicit return type to the function"
169
170
UnsupportedAmbientModule { .. } => {
171
"remove the ambient module declaration"
0 commit comments