about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-02-14 16:14:49 +0800
committerkennytm <kennytm@gmail.com>2018-02-14 18:25:29 +0800
commit72ef62a8162d97e0ef01739fab33ba9dbf978284 (patch)
treed51d58a341dfc3ccdf3a328b50a238c62287addd
parentaccadb2ce5eaebfa8524d735e16d8d782df994c1 (diff)
parent7cf5ea02a94814d52825c742bd1d1415748c505b (diff)
downloadrust-72ef62a8162d97e0ef01739fab33ba9dbf978284.tar.gz
rust-72ef62a8162d97e0ef01739fab33ba9dbf978284.zip
Rollup merge of #48186 - Mark-Simulacrum:release-notes-cargo, r=alexcrichton
Add note about Cargo cwd change to release notes

r? @alexcrichton
-rw-r--r--RELEASES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index d6f95f52075..7a9d256be28 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -78,6 +78,7 @@ Compatibility Notes
 - [`column!()` macro is one-based instead of zero-based][46977]
 - [`fmt::Arguments` can no longer be shared across threads][45198]
 - [Access to `#[repr(packed)]` struct fields is now unsafe][44884]
+- [Cargo sets a different working directory for the compiler][cargo/4788]
 
 [44884]: https://github.com/rust-lang/rust/pull/44884
 [45198]: https://github.com/rust-lang/rust/pull/45198
@@ -106,6 +107,7 @@ Compatibility Notes
 [47080]: https://github.com/rust-lang/rust/pull/47080
 [47084]: https://github.com/rust-lang/rust/pull/47084
 [cargo/4743]: https://github.com/rust-lang/cargo/pull/4743
+[cargo/4788]: https://github.com/rust-lang/cargo/pull/4788
 [cargo/4817]: https://github.com/rust-lang/cargo/pull/4817
 [`RefCell::replace`]: https://doc.rust-lang.org/std/cell/struct.RefCell.html#method.replace
 [`RefCell::swap`]: https://doc.rust-lang.org/std/cell/struct.RefCell.html#method.swap