You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
luqmana opened this issue
Jun 12, 2014
· 3 comments
Labels
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.O-ArmTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateO-MIPSTarget: MIPS processors
run-pass/intrinsic-alignment.rs and run-pass/rec-align-u64.rs don't run on non-android arm/mips since we haven't filled in a cfg for it. So they just fail with 'no main function'.
Pretty easy to fix: determine the right values for alignment/size and fill in the values.
The text was updated successfully, but these errors were encountered:
…=Veykril
Fix `preorder_expr` skipping the `else` block of let-else statements
Fixes exit/yield points not getting highlighted in such blocks for `highlight_related` (rust-lang#14813; and possibly other bugs in features that use `preorder_expr`).
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.O-ArmTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateO-MIPSTarget: MIPS processors
run-pass/intrinsic-alignment.rs
andrun-pass/rec-align-u64.rs
don't run on non-android arm/mips since we haven't filled in a cfg for it. So they just fail with 'no main function'.Pretty easy to fix: determine the right values for alignment/size and fill in the values.
The text was updated successfully, but these errors were encountered: