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

Add f16 and f128 support (add to FloatTy) #17451

Open
tgross35 opened this issue Jun 19, 2024 · 3 comments
Open

Add f16 and f128 support (add to FloatTy) #17451

tgross35 opened this issue Jun 19, 2024 · 3 comments
Labels
A-chalk chalk related issue A-ty type system / type inference / traits / method resolution C-feature Category: feature request

Comments

@tgross35
Copy link

FloatTy in rustc has f16 and f128 now. It would probably be pretty easy to update RA's FloatTy to match and propagate that out.

@tgross35
Copy link
Author

Probably pretty easy

@rustbot label +E-easy +A-hir

@rustbot
Copy link
Collaborator

rustbot commented Jun 19, 2024

Error: Label E-easy can only be set by Rust team members

Please file an issue on GitHub at triagebot if there's a problem with this bot, or reach out on #t-infra on Zulip.

@Veykril
Copy link
Member

Veykril commented Jun 19, 2024

That will require changes to chalk

@Veykril Veykril added A-ty type system / type inference / traits / method resolution A-chalk chalk related issue labels Jun 19, 2024
bors added a commit to rust-lang/chalk that referenced this issue Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-chalk chalk related issue A-ty type system / type inference / traits / method resolution C-feature Category: feature request
Projects
None yet
Development

No branches or pull requests

3 participants