Skip to content

Commit 8fd6e8b

Browse files
committed
Move RUSTFLAGS compat note to 1.55
1 parent 0928e52 commit 8fd6e8b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

RELEASES.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,6 @@ Compatibility Notes
102102
- [proc_macro: Append .0 to unsuffixed float if it would otherwise become int token][90297]
103103
- [Refactor weak symbols in std::sys::unix][90846]
104104
- [rustdoc now rejects some unexpected semicolons in doctests][91026]
105-
- `RUSTFLAGS` is no longer set for build scripts. This change was made in
106-
1.55, but the release notes did not highlight this change. Build scripts
107-
should use `CARGO_ENCODED_RUSTFLAGS` instead. See the
108-
[documentation](https://doc.rust-lang.org/nightly/cargo/reference/environment-variables.html#environment-variables-cargo-sets-for-build-scripts)
109-
for more details.
110105

111106
Internal Changes
112107
----------------
@@ -551,6 +546,10 @@ Compatibility Notes
551546
`Command` would cause them to be ASCII-uppercased.
552547
- [Rustdoc will now warn on using rustdoc lints that aren't prefixed
553548
with `rustdoc::`][86849]
549+
- `RUSTFLAGS` is no longer set for build scripts. Build scripts
550+
should use `CARGO_ENCODED_RUSTFLAGS` instead. See the
551+
[documentation](https://doc.rust-lang.org/nightly/cargo/reference/environment-variables.html#environment-variables-cargo-sets-for-build-scripts)
552+
for more details.
554553

555554
[86849]: https://github.com/rust-lang/rust/pull/86849
556555
[86513]: https://github.com/rust-lang/rust/pull/86513

0 commit comments

Comments
 (0)