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 xfail-android for make check arm #10311

Closed
wants to merge 1 commit into from

Conversation

recrack
Copy link
Contributor

@recrack recrack commented Nov 6, 2013

No description provided.

@yichoi
Copy link
Contributor

yichoi commented Nov 6, 2013

it will be proper not adding xfail-andoid but adding #[cfg(target_arch = "arm")]

@recrack
Copy link
Contributor Author

recrack commented Nov 6, 2013

@yichoi,
@ksh8281 will pull request.

@recrack recrack closed this Nov 6, 2013
Jarcho pushed a commit to Jarcho/rust that referenced this pull request Feb 26, 2023
[never_loop] Fix rust-lang#10304

It is not sufficient to ignore break from a block inside the loop. Instructions after the break must be ignored, as they are unreachable. This is also true for all instructions in outer blocks and loops until the right block is reached.

Fixes rust-lang#10304

---

changelog: FP: [`never_loop`]: No longer lints, for statements following break statements for outer blocks.
[rust-lang#10311](rust-lang/rust-clippy#10311)
<!-- changelog_checked-->
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