diff --git a/crates/compiler/module/src/symbol.rs b/crates/compiler/module/src/symbol.rs index f73633a8dae..5761608bf37 100644 --- a/crates/compiler/module/src/symbol.rs +++ b/crates/compiler/module/src/symbol.rs @@ -1534,7 +1534,7 @@ define_builtins! { 88 LIST_LEN_USIZE: "lenUsize" 89 LIST_SORT: "Sort" exposed_type=true 90 LIST_COMPARE: "compare" - unexposed 91 LIST_STRUCTURAL_COMPARE: "structuralCompare" + unexposed 108 LIST_STRUCTURAL_COMPARE: "structuralCompare" } 7 RESULT: "Result" => { 0 RESULT_RESULT: "Result" exposed_type=true // the Result.Result type alias