fix attempted bind to bound StackVar (#3089)

This commit is contained in:
Mark Thom
2025-09-17 19:43:37 -07:00
parent 012e3de3a1
commit ba7b54e8f8
2 changed files with 24 additions and 18 deletions

View File

@@ -125,9 +125,9 @@ pub(crate) enum RefTag {
pub struct Ref {
val: B56,
#[allow(unused)]
m: bool,
#[allow(unused)]
f: bool,
#[allow(unused)]
m: bool,
tag: RefTag,
}