-
Notifications
You must be signed in to change notification settings - Fork 5
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
28 ranged int #38
28 ranged int #38
Conversation
src/typing/type_inference.rs
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe nothing was actually changed in this file, and it's just a cargo fmt
run?
@VonTum what exactly happens here now?
Does this just turn into
Or do I have to do something with the id from the |
So just for context, you're looking to eliminate the ConcreteTemplateArg struct right? I recall us talking about this during our last meeting. Certainly it is not possible to simply replace the Unknown with a copy of the type, rather it would need to be unified, using the local |
Since we didn't really talk about that this week can you maybe just answer the question here? |
I can provide more info if you need it |
@VonTum I have ported |
Discontinued in favor of #50 |
No description provided.