Skip to content

Commit 71e240f

Browse files
authored
fix(codegen): use full path for std types (#1702)
* nit: rename macro file * nit: naming & docs * fix(codegen): use full path for std Result * fix: same for Vec, remove next tests * nit: formatting * fix: vec path * nit: bullet proof names * nit: comments, naming, ordering of tests * :: * fix: output names
1 parent e4e8e01 commit 71e240f

22 files changed

+221
-458
lines changed

codegen/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ pub fn main(
5555
attr: proc_macro::TokenStream,
5656
item: proc_macro::TokenStream,
5757
) -> proc_macro::TokenStream {
58-
shuttle_main::r#impl(attr, item)
58+
shuttle_main::tokens(attr, item)
5959
}

0 commit comments

Comments
 (0)