Skip to content

Commit

Permalink
fix(codegen): use full path for std types (#1702)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jonaro00 committed Mar 27, 2024
1 parent e4e8e01 commit 71e240f
Show file tree
Hide file tree
Showing 22 changed files with 221 additions and 458 deletions.
2 changes: 1 addition & 1 deletion codegen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ pub fn main(
attr: proc_macro::TokenStream,
item: proc_macro::TokenStream,
) -> proc_macro::TokenStream {
shuttle_main::r#impl(attr, item)
shuttle_main::tokens(attr, item)
}
Loading

0 comments on commit 71e240f

Please sign in to comment.