mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Use specialize_all
This commit is contained in:
parent
639c132ce0
commit
42e3d35564
4 changed files with 81 additions and 47 deletions
|
@ -58,7 +58,7 @@ impl Symbol {
|
|||
.get_name(self.module_id())
|
||||
.unwrap_or_else(|| {
|
||||
panic!(
|
||||
"module_string could not find IdentIds for {:?} in interns {:?}",
|
||||
"module_string could not find IdentIds for module {:?} in {:?}",
|
||||
self.module_id(),
|
||||
interns
|
||||
)
|
||||
|
@ -71,7 +71,7 @@ impl Symbol {
|
|||
.get(&self.module_id())
|
||||
.unwrap_or_else(|| {
|
||||
panic!(
|
||||
"ident_string could not find IdentIds for {:?} in interns {:?}",
|
||||
"ident_string could not find IdentIds for module {:?} in {:?}",
|
||||
self.module_id(),
|
||||
interns
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue