We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This code should compile:
struct Foo<T> { x: T, } impl<T> Foo<T> { fn new(x: T) -> Self { Foo { x } } } type Bar<T> = Foo<T>; fn main() { Bar::<i32>::new(1); }
The above code compiles fine.
None
No response
The text was updated successfully, but these errors were encountered:
asterite
Successfully merging a pull request may close this issue.
Problem
This code should compile:
Happy Case
The above code compiles fine.
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
None
Blocker Context
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: