encode Bool.true/Bool.false more intelligently

This commit is contained in:
Folkert 2023-04-08 12:57:09 +02:00
parent 3b28e897c3
commit 1947bbcd0e
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 2 additions and 3 deletions

View file

@ -632,7 +632,7 @@ fn if_guard_switch() {
}
#[test]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm", feature = "gen-dev"))]
fn if_guard_pattern_true() {
assert_evals_to!(
indoc!(