We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3266bce commit 481ee60Copy full SHA for 481ee60
parsing/syntaxerr.ml
@@ -46,7 +46,7 @@ let prepare_error = function
46
are not supported when the option -no-app-func is set."
47
| Variable_in_scope (loc, var) ->
48
Location.errorf ~loc
49
- "Error: In this scoped type, variable '%s@ \
+ "Error: In this scoped type, variable '%s \
50
is reserved for the local type %s."
51
var var
52
| Other loc ->
0 commit comments