File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -102,11 +102,6 @@ Compatibility Notes
102
102
- [proc_macro: Append .0 to unsuffixed float if it would otherwise become int token][90297]
103
103
- [Refactor weak symbols in std::sys::unix][90846]
104
104
- [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.
110
105
111
106
Internal Changes
112
107
----------------
@@ -551,6 +546,10 @@ Compatibility Notes
551
546
`Command` would cause them to be ASCII-uppercased.
552
547
- [Rustdoc will now warn on using rustdoc lints that aren't prefixed
553
548
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.
554
553
555
554
[86849]: https://github.com/rust-lang/rust/pull/86849
556
555
[86513]: https://github.com/rust-lang/rust/pull/86513
You can’t perform that action at this time.
0 commit comments