Skip to content

compiler-builtins: Clean up features#142659

Draft
tgross35 wants to merge 1 commit intorust-lang:mainfrom
tgross35:builtins-features
Draft

compiler-builtins: Clean up features#142659
tgross35 wants to merge 1 commit intorust-lang:mainfrom
tgross35:builtins-features

Conversation

@tgross35
Copy link
Contributor

Remove the compiler-builtins from default because it prevents testing via the default cargo test command. It made more sense as a default when compiler-builtins was a dependency that some crates added via crates.io, but is no longer needed

The rustc-dep-of-std feature is also removed since it doesn't do anything notable.

r? @ghost

@rustbot rustbot added A-compiler-builtins Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins) T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Jun 18, 2025
@rust-log-analyzer

This comment has been minimized.

@tgross35 tgross35 force-pushed the builtins-features branch from 89b4e61 to 802792b Compare June 18, 2025 07:10
@rust-log-analyzer

This comment has been minimized.

@tgross35 tgross35 force-pushed the builtins-features branch from 802792b to 5a5d4b8 Compare June 30, 2025 15:14
@rust-log-analyzer

This comment was marked as outdated.

Remove the `compiler-builtins` from default because it prevents testing
via the default `cargo test` command. It made more sense as a default
when `compiler-builtins` was a dependency that some crates added via
crates.io, but is no longer needed

The `rustc-dep-of-std` feature is also removed since it doesn't do
anything notable.
@tgross35 tgross35 force-pushed the builtins-features branch from 5a5d4b8 to e74a507 Compare July 28, 2025 05:51
@rust-bors
Copy link
Contributor

rust-bors bot commented Jan 29, 2026

☔ The latest upstream changes (presumably #151794) made this pull request unmergeable. Please resolve the merge conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-compiler-builtins Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins) T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants