This commit is contained in:
Ayaz Hafiz 2022-08-31 14:36:44 -05:00
parent 3b4b1838b8
commit 1e49622b61
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
3 changed files with 3 additions and 9 deletions

View file

@ -207,6 +207,7 @@ fn verify_procedures<'a>(
#[cfg(not(debug_assertions))]
fn verify_procedures(
_expected: &str,
_interner: STLayoutInterner<'_>,
_procedures: MutMap<(Symbol, ProcLayout<'_>), Proc<'_>>,
_main_fn_symbol: Symbol,
) {