Skip to content

Fix Nintendo Switch Target Support#4982

Merged
tgross35 merged 1 commit intorust-lang:mainfrom
jam1garner:fix-switch-target
Feb 16, 2026
Merged

Fix Nintendo Switch Target Support#4982
tgross35 merged 1 commit intorust-lang:mainfrom
jam1garner:fix-switch-target

Conversation

@jam1garner
Copy link
Contributor

Description

Fixes a regression caused by 95446f4 in the Nintendo Switch target support. We've recently been updating our standard library fork and noticed this breakage.

The issue is due to the migration of the c_int type to a unified location without updating src/switch.rs to import these types.

Sources

Not applicable -- No official docs for target.

Checklist

  • Relevant tests in libc-test/semver have been updated (not applicable)
  • No placeholder or unstable values like *LAST or *MAX are
    included (no changes of this form)
  • Tested locally

@rustbot label +stable-nominated

@rustbot rustbot added S-waiting-on-review stable-nominated This PR should be considered for cherry-pick to libc's stable release branch labels Feb 16, 2026
Copy link
Contributor

@tgross35 tgross35 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@tgross35 tgross35 added this pull request to the merge queue Feb 16, 2026
Merged via the queue into rust-lang:main with commit 3c84a22 Feb 16, 2026
51 checks passed
JohnTitor pushed a commit to JohnTitor/libc that referenced this pull request Mar 8, 2026
(backport <rust-lang#4982>)
(cherry picked from commit 3c84a22)
@JohnTitor JohnTitor mentioned this pull request Mar 8, 2026
github-merge-queue bot pushed a commit that referenced this pull request Mar 8, 2026
(backport <#4982>)
(cherry picked from commit 3c84a22)
@JohnTitor JohnTitor added stable-applied This PR has been cherry-picked to libc's stable release branch and removed stable-nominated This PR should be considered for cherry-pick to libc's stable release branch labels Mar 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stable-applied This PR has been cherry-picked to libc's stable release branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants