Bend/tests/snapshots/cli__compile_wrong_opt.bend.snap
2024-05-20 14:50:49 +02:00

11 lines
498 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/cli/compile_wrong_opt.bend
---
error: invalid value 'foo' for '-O <COMP_OPTS>'
[possible values: all, no-all, eta, no-eta, prune, no-prune, linearize-matches, linearize-matches-alt, no-linearize-matches, float-combinators, no-float-combinators, merge, no-merge, inline, no-inline, check-net-size, no-check-net-size, adt-scott, adt-num-scott]
tip: a similar value exists: 'float-combinators'
For more information, try '--help'.