Skip to content

fix: remove unstable config-include hack now that include is stable in Rust 1.94#4050

Merged
Madoshakalaka merged 3 commits intofix/stable-config-includefrom
copilot/sub-pr-4048
Mar 6, 2026
Merged

fix: remove unstable config-include hack now that include is stable in Rust 1.94#4050
Madoshakalaka merged 3 commits intofix/stable-config-includefrom
copilot/sub-pr-4048

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 6, 2026

Rust 1.94 stabilized the include key in .cargo/config.toml, breaking the previous workaround that gated nightly-only rustflags behind an unstable feature flag.

Changes

  • examples/.cargo/config.toml: Drop the [unstable] config-include = true section and remove unstable.toml from the include list
  • examples/.cargo/unstable.toml: Deleted — no longer needed now that include is a stable feature

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Fix unstable config-include hack after Rust 1.94 stabilization fix: remove unstable config-include hack now that include is stable in Rust 1.94 Mar 6, 2026
@Madoshakalaka Madoshakalaka marked this pull request as ready for review March 6, 2026 06:15
@Madoshakalaka Madoshakalaka merged commit a18adaa into fix/stable-config-include Mar 6, 2026
1 check failed
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