Support formatting strings in error macros

This commit is contained in:
Richard Feldman 2024-06-29 21:05:57 -04:00
parent 101621bd5a
commit 99eb5bfe1e
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
2 changed files with 75 additions and 49 deletions

View file

@ -1,7 +1,6 @@
use bitvec::vec::BitVec;
use bumpalo::collections::vec::Vec;
use bumpalo::Bump;
use core::panic;
use roc_wasm_module::linking::IndexRelocType;
use roc_error_macros::internal_error;