Bend/tests/snapshots/cli__compile_wrong_opt.bend.snap

11 lines
498 B
Plaintext
Raw Normal View History

2024-03-06 17:54:24 +03:00
---
source: tests/golden_tests.rs
input_file: tests/golden_tests/cli/compile_wrong_opt.bend
2024-03-06 17:54:24 +03:00
---
error: invalid value 'foo' for '-O <COMP_OPTS>'
2024-05-20 15:50:49 +03:00
[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]
2024-03-06 17:54:24 +03:00
tip: a similar value exists: 'float-combinators'
For more information, try '--help'.