Skip to content

Conversation

@mbyx
Copy link
Contributor

@mbyx mbyx commented Nov 21, 2025

Description

Closes #4829

Adds the ability to choose which Rust edition to generate code against.

Checklist

  • Relevant tests in libc-test/semver have been updated
  • No placeholder or unstable values like *LAST or *MAX are
    included (see #3131)
  • Tested locally (cd libc-test && cargo test --target mytarget);
    especially relevant for platforms that may not be checked in CI

@rustbot rustbot added ctest Issues relating to the ctest crate S-waiting-on-review labels Nov 21, 2025
@mbyx mbyx force-pushed the ctest-extern-edition branch from 95e5c0e to 2921463 Compare November 21, 2025 13:03
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.

Thank you!

@tgross35 tgross35 added this pull request to the merge queue Nov 30, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 30, 2025
@tgross35 tgross35 added this pull request to the merge queue Nov 30, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 30, 2025
@tgross35 tgross35 added this pull request to the merge queue Nov 30, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 30, 2025
@tgross35 tgross35 added this pull request to the merge queue Nov 30, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 30, 2025
@mbyx mbyx force-pushed the ctest-extern-edition branch from 2921463 to 9d62d0a Compare December 1, 2025 07:00
@rustbot
Copy link
Collaborator

rustbot commented Dec 1, 2025

This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed.

Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers.

@tgross35 tgross35 added this pull request to the merge queue Dec 2, 2025
Merged via the queue into rust-lang:main with commit a67f1f8 Dec 2, 2025
50 checks passed
@tgross35 tgross35 added the stable-unneeded This PR is applied to main but already exists on libc-0.2 label Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ctest Issues relating to the ctest crate stable-unneeded This PR is applied to main but already exists on libc-0.2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ctest: Generate extern "C" with unsafe

3 participants