mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Merge branch 'main' into builtin-task
This commit is contained in:
commit
6f5f5f431e
3 changed files with 33 additions and 2 deletions
|
@ -3599,9 +3599,9 @@ fn load_module<'a>(
|
|||
|
||||
macro_rules! load_builtins {
|
||||
($($name:literal, $module_id:path)*) => {
|
||||
match module_name.as_inner().as_str() {
|
||||
match module_name.unqualified().map(|name| name.as_str()) {
|
||||
$(
|
||||
$name => {
|
||||
Some($name) => {
|
||||
let (module_id, msg) = load_builtin_module(
|
||||
arena,
|
||||
module_ids,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue