Skip to content

fix: Fix evaluating negation for floating point types #14825

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

Merged
merged 1 commit into from
May 18, 2023

Conversation

HKalbasi
Copy link
Member

fix #14704
Unary operators was missed from #14705

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 16, 2023
@Veykril
Copy link
Member

Veykril commented May 18, 2023

@bors r+

@bors
Copy link
Contributor

bors commented May 18, 2023

📌 Commit fd034be has been approved by Veykril

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented May 18, 2023

⌛ Testing commit fd034be with merge b7b026b...

@bors
Copy link
Contributor

bors commented May 18, 2023

☀️ Test successful - checks-actions
Approved by: Veykril
Pushing b7b026b to master...

@bors bors merged commit b7b026b into rust-lang:master May 18, 2023
@lnicola lnicola changed the title Fix evaluating negative for floating point types fix: Fix evaluating negation for floating point types May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Float constant evaluation showing incorrect values
4 participants