File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,10 @@ Compatibility Notes
78
78
code which expect a particular structure after `.to_string()`, rather than just arbitrary Rust code.
79
79
- [Remove asmjs](https://github.com/rust-lang/rust/pull/117338/)
80
80
- [Make `IMPLIED_BOUNDS_ENTAILMENT` into a hard error from a lint](https://github.com/rust-lang/rust/pull/117984/)
81
+ - [Vec's allocation behavior was changed when collecting some iterators](https://github.com/rust-lang/rust/pull/110353)
82
+ Allocation behavior is currently not specified, nevertheless changes can be surprising.
83
+ See [`impl FromIterator for Vec`](https://doc.rust-lang.org/nightly/std/vec/struct.Vec.html#impl-FromIterator%3CT%3E-for-Vec%3CT%3E)
84
+ for more details.
81
85
82
86
Maybe:
83
87
- [rustc_llvm: Link to libkstat on Solaris/SPARC](https://github.com/rust-lang/rust/pull/114224/)
You can’t perform that action at this time.
0 commit comments