Skip to content

Commit 11fe1b1

Browse files
committed
fix(rust): export world macro
1 parent 82edbfd commit 11fe1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ impl As{upcase} for {to_convert} {{
875875
#[doc(hidden)]
876876
{macro_export}
877877
macro_rules! __export_{world_name}_impl {{
878-
($ty:path) => ({default_bindings_module}::{export_macro_name}!($ty => {default_bindings_module}););
878+
($ty:path) => ({default_bindings_module}::{export_macro_name}!($ty, with_types_in {default_bindings_module}););
879879
($ty:path, with_types_in $($path_to_types_root:tt)*) => ("#
880880
);
881881
for (name, path_to_types) in self.export_macros.iter() {

0 commit comments

Comments
 (0)