Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot resolve type CustomType(::std::string::String) #298

Open
jayvdb opened this issue Jan 30, 2025 · 1 comment · May be fixed by #299
Open

Cannot resolve type CustomType(::std::string::String) #298

jayvdb opened this issue Jan 30, 2025 · 1 comment · May be fixed by #299

Comments

@jayvdb
Copy link
Collaborator

jayvdb commented Jan 30, 2025

Part of my code generation has switched from emitting String to emitting ::std::string::String , and now in butane_cli::make_migration I am seeing

Cannot resolve type CustomType(::std::string::String)

@jayvdb
Copy link
Collaborator Author

jayvdb commented Jan 30, 2025

Likely other types in std have also changed, but I suspect I am only using CustomType with String.

Electron100 added a commit that referenced this issue Feb 3, 2025
Recognize std::string::String, ::std::string::String, std::vec::Vec,
and ::std::vec::Vec.

Fixes #298
@Electron100 Electron100 linked a pull request Feb 3, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant