Skip to content

Conversation

@ksh8281
Copy link
Contributor

@ksh8281 ksh8281 commented Nov 7, 2013

update for ndk r9b (#10323)

Android NDK, Revision 9b (October 2013)
Important changes:
Updated include/android/*h and math.h for all Android API levels up to 18, 
including the addition of levels 13, 15, 16 and 17. 
For information on added APIs, 
see commit messages for Changes 68012 and 68014. (Issues 47150, 58528, and 38423)

https://android-review.googlesource.com/#/c/68014/

@yichoi
Copy link
Contributor

yichoi commented Nov 7, 2013

bors added a commit that referenced this pull request Nov 7, 2013
update for ndk r9b (#10323)

````
Android NDK, Revision 9b (October 2013)
Important changes:
Updated include/android/*h and math.h for all Android API levels up to 18, 
including the addition of levels 13, 15, 16 and 17. 
For information on added APIs, 
see commit messages for Changes 68012 and 68014. (Issues 47150, 58528, and 38423)
````

https://android-review.googlesource.com/#/c/68014/
@bors bors closed this Nov 8, 2013
@bors bors merged commit 96ec3c1 into rust-lang:master Nov 8, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request May 20, 2023
Fix: Some suggestions generated by the option_if_let_else lint did not compile

This addresses a bug in Clippy where the fix suggestend by the `option_if_let_else` lint would not compile for `Result`s which have an impure expression in the `else` branch.

---

changelog: [`option_if_let_else`]: Fixed incorrect suggestion for `Result`s
[rust-lang#10337](rust-lang/rust-clippy#10337)
<!-- changelog_checked -->

Fixes rust-lang#10335.
flip1995 pushed a commit to flip1995/rust that referenced this pull request Sep 18, 2025
This fixes an issue where clippy suggests passing a function that takes
no arguments as the first argument of `Result::map_or_else`. The
function needs to take one argument. Example that triggers the issue:
[Playground
link](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=0b6f9bc7b6ab4dcd26745065544e0b8a)

Fixes rust-lang#10335.

changelog: [`option_if_let_else`]: fix incorrect suggestion when the
contents of an `Err` variant are ignored
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.

4 participants