mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Mark branch patterns degenerate when they don't bind symbols body needs
This commit is contained in:
parent
ed6ee71225
commit
4031770836
11 changed files with 110 additions and 32 deletions
|
@ -3680,7 +3680,6 @@ fn symbol_not_bound_in_all_patterns_runs_when_no_bound_symbol_used() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[ignore = "TODO currently fails in alias analysis because `B y` does not introduce `x`"]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||
fn symbol_not_bound_in_all_patterns_runs_when_bound_pattern_reached() {
|
||||
assert_evals_to!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue