Skip to content

build.rs: remove unstable feature handling#124

Merged
BennoLossin merged 1 commit intomainfrom
dev/fix-unstable-features-build
Mar 19, 2026
Merged

build.rs: remove unstable feature handling#124
BennoLossin merged 1 commit intomainfrom
dev/fix-unstable-features-build

Conversation

@BennoLossin
Copy link
Member

Commit 885c5d8 ("build: simplify use of nightly features") removed the need to track each unstable feature individually. The raw_ref_op cfgs were added in commit e277630 ("replace addr_of_mut! with &raw mut"), which was rebased and the parts in build.rs were forgotten.

Fixes: e277630 ("replace addr_of_mut! with &raw mut")

Commit 885c5d8 ("build: simplify use of nightly features") removed
the need to track each unstable feature individually. The raw_ref_op
cfgs were added in commit e277630 ("replace `addr_of_mut!` with
`&raw mut`"), which was rebased and the parts in build.rs were
forgotten.

Fixes: e277630 ("replace `addr_of_mut!` with `&raw mut`")
Signed-off-by: Benno Lossin <lossin@kernel.org>
@BennoLossin BennoLossin force-pushed the dev/fix-unstable-features-build branch from daaa5a9 to f8bb355 Compare March 19, 2026 14:51
@BennoLossin BennoLossin merged commit cf77607 into main Mar 19, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants