diff options
| author | XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> | 2020-12-23 19:56:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-23 19:56:17 +0000 |
| commit | 481f6dbebfdb85739e821eddc3781612dfd0830a (patch) | |
| tree | a51297385ca9920b97e4727c2ac0c0d6c8e3f523 | |
| parent | cce4c72c5a5517423e1ad1a4087861c49c6ab43a (diff) | |
| download | rust-481f6dbebfdb85739e821eddc3781612dfd0830a.tar.gz rust-481f6dbebfdb85739e821eddc3781612dfd0830a.zip | |
Update RELEASES.md
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 0cfbb62c85e..8f04980e390 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -78,6 +78,7 @@ Compatibility Notes Previously such invalid or unused attributes could be ignored. - Leading whitespace is stripped more uniformly in documentation comments, which may change behavior. You read [this post about the changes][rustdoc-ws-post] for more details. +- [Trait bounds are no longer inferred for associated types.][79904] Internal Only ------------- @@ -112,6 +113,7 @@ related tools. [74989]: https://github.com/rust-lang/rust/pull/74989 [79004]: https://github.com/rust-lang/rust/pull/79004 [78676]: https://github.com/rust-lang/rust/pull/78676 +[79904]: https://github.com/rust-lang/rust/issues/79904 [cargo/8864]: https://github.com/rust-lang/cargo/pull/8864 [cargo/8765]: https://github.com/rust-lang/cargo/pull/8765 [cargo/8758]: https://github.com/rust-lang/cargo/pull/8758 |
