mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 15:03:46 +00:00
Support formatting strings in error macros
This commit is contained in:
parent
101621bd5a
commit
99eb5bfe1e
2 changed files with 75 additions and 49 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue