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.
1 parent 4267c84 commit a1a131bCopy full SHA for a1a131b
compiler/frontend/bs_syntaxerr.ml
@@ -64,7 +64,7 @@ let pp_error fmt err =
64
| Illegal_attribute -> "Illegal attributes"
65
| Unsupported_predicates -> "unsupported predicates"
66
| Conflict_bs_bs_this_bs_meth ->
67
- "%@this, %@bs, %@meth can not be applied at the same time"
+ "%@this and %@bs can not be applied at the same time"
68
| Duplicated_bs_deriving -> "duplicate @deriving attribute"
69
| Conflict_attributes -> "conflicting attributes "
70
| Expect_string_literal -> "expect string literal "
0 commit comments