This commit is contained in:
Stephen Chung
2022-11-27 17:21:07 +08:00
parent c311758b5c
commit 4ab306607d
4 changed files with 22 additions and 20 deletions

View File

@@ -306,7 +306,7 @@ pub enum Expr {
Variable(
#[cfg(not(feature = "no_module"))]
Box<(Option<NonZeroUsize>, super::Namespace, u64, ImmutableString)>,
#[cfg(feature = "no_module")] Box<(Option<NonZeroUsize>, (), u64, ImmutableString)>,
#[cfg(feature = "no_module")] Box<(Option<NonZeroUsize>, [(); 0], u64, ImmutableString)>,
Option<NonZeroU8>,
Position,
),