Set up module ids properly

This commit is contained in:
Joshua Warner 2024-12-08 11:12:18 -08:00
parent cbd6d50584
commit 6b636d9539
No known key found for this signature in database
GPG key ID: 89AD497003F93FDD
3 changed files with 34 additions and 8 deletions

View file

@ -896,7 +896,7 @@ impl<'a, 'b> RecursiveValueDefIter<'a, 'b> {
}
}
fn push_pending_from_expr(&mut self, expr: &'b Expr<'a>) {
pub fn push_pending_from_expr(&mut self, expr: &'b Expr<'a>) {
let mut expr_stack = vec![expr];
use Expr::*;