Files
mercury/tests/invalid/invalid_export_detism.err_exp
Zoltan Somogyi cd5afecd71 Improve some diagnostics.
compiler/superhomogeneous.m:
    Add color to some diagnostics. (Unfortunately, only one is tested
    currently by the test suite.)

compiler/add_pragma.m:
    Improve the wording of a diagnostic.

tests/invalid/invalid_export_detism.err_exp:
tests/invalid/lambda_syntax_error.err_exp:
    Expect updated diagnostics.
2024-05-30 17:26:12 +10:00

291 B

invalid_export_detism.m:013: Error: `:- pragma foreign_export' declarations are
invalid_export_detism.m:013: not allowed for procedures that can succeed more
invalid_export_detism.m:013: than once, such as `foo(in, out) is nondet'.