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 effa75b commit 96693e9Copy full SHA for 96693e9
jscomp/ext/warnings.ml
@@ -477,10 +477,10 @@ let message = function
477
| Constraint_on_gadt ->
478
"Type constraints do not apply to GADT cases of variant types."
479
| Bs_unused_attribute s ->
480
- "Unused attribute: " ^ s
+ "Unused attribute: @" ^ s
481
^ "\n\
482
- This means such annotation is not annotated properly. \n\
483
- for example, some annotations is only meaningful in externals \n"
+ This attribute has no effect here.\n\
+ For example, some attributes are only meaningful in externals.\n"
484
| Bs_polymorphic_comparison ->
485
"Polymorphic comparison introduced (maybe unsafe)"
486
| Bs_ffi_warning s -> "FFI warning: " ^ s
0 commit comments