Skip to content

Commit 7cf5ea0

Browse files
Add note about Cargo cwd change to release notes
1 parent 4d2d3fc commit 7cf5ea0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASES.md

+2
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Compatibility Notes
7878
- [`column!()` macro is one-based instead of zero-based][46977]
7979
- [`fmt::Arguments` can no longer be shared across threads][45198]
8080
- [Access to `#[repr(packed)]` struct fields is now unsafe][44884]
81+
- [Cargo sets a different working directory for the compiler][cargo/4788]
8182

8283
[44884]: https://github.com/rust-lang/rust/pull/44884
8384
[45198]: https://github.com/rust-lang/rust/pull/45198
@@ -106,6 +107,7 @@ Compatibility Notes
106107
[47080]: https://github.com/rust-lang/rust/pull/47080
107108
[47084]: https://github.com/rust-lang/rust/pull/47084
108109
[cargo/4743]: https://github.com/rust-lang/cargo/pull/4743
110+
[cargo/4788]: https://github.com/rust-lang/cargo/pull/4788
109111
[cargo/4817]: https://github.com/rust-lang/cargo/pull/4817
110112
[`RefCell::replace`]: https://doc.rust-lang.org/std/cell/struct.RefCell.html#method.replace
111113
[`RefCell::swap`]: https://doc.rust-lang.org/std/cell/struct.RefCell.html#method.swap

0 commit comments

Comments
 (0)