Skip to content

Partially fix #7048 plus some minor fixes#7058

Closed
Blei wants to merge 3 commits intorust-lang:incomingfrom
Blei:fix-7048
Closed

Partially fix #7048 plus some minor fixes#7058
Blei wants to merge 3 commits intorust-lang:incomingfrom
Blei:fix-7048

Conversation

@Blei
Copy link
Copy Markdown
Contributor

@Blei Blei commented Jun 11, 2013

No description provided.

Blei added 3 commits June 11, 2013 11:44
* Don't return early, so logging is not skipped
* Remove one allocation
* Indent the match statement correctly
@Blei
Copy link
Copy Markdown
Contributor Author

Blei commented Jun 11, 2013

Again looks like an unrelated failure in the rustpkg tests. cf. #6945, #7035

bors added a commit that referenced this pull request Jun 11, 2013
@bors bors closed this Jun 11, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request May 20, 2021
Remove powi, "square can be computed more efficiently"

powi(2) produces exactly the same native code as x * x
powi was part of the [`suboptimal_flops`] lint

fixes rust-lang#7058
changelog: Remove powi [`suboptimal_flops`], "square can be computed more efficiently"
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 this pull request may close these issues.

2 participants