We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82edbfd commit 11fe1b1Copy full SHA for 11fe1b1
crates/rust/src/lib.rs
@@ -875,7 +875,7 @@ impl As{upcase} for {to_convert} {{
875
#[doc(hidden)]
876
{macro_export}
877
macro_rules! __export_{world_name}_impl {{
878
- ($ty:path) => ({default_bindings_module}::{export_macro_name}!($ty => {default_bindings_module}););
+ ($ty:path) => ({default_bindings_module}::{export_macro_name}!($ty, with_types_in {default_bindings_module}););
879
($ty:path, with_types_in $($path_to_types_root:tt)*) => ("#
880
);
881
for (name, path_to_types) in self.export_macros.iter() {
0 commit comments