@@ -19,6 +19,7 @@ Libraries
19
19
-----------------------
20
20
21
21
- [ ` proc_macro::Punct ` now implements ` PartialEq<char> ` .] [ 78636 ]
22
+ - [ ` ops::{Index, IndexMut} ` are now implemented for fixed sized arrays of any length.] [ 74989 ]
22
23
- [ On Unix platforms, the ` std::fs::File ` type now has a "niche" of ` -1 ` .] [ 74699 ]
23
24
This value cannot be a valid file descriptor, and now means ` Option<File> ` takes
24
25
up the same amount of space as ` File ` .
54
55
This option sets a wrapper to execute instead of ` rustc ` , for workspace members only.
55
56
- [ ` cargo:rerun-if-changed ` will now, if provided a directory, scan the entire
56
57
contents of that directory for changes.] [ cargo/8973 ]
57
- - [ Periods (` . ` ) are now allowed in feature names.] [ cargo/8932 ]
58
58
- [ Added the ` --workspace ` flag to the ` cargo update ` command.] [ cargo/8725 ]
59
59
60
60
Misc
@@ -78,6 +78,7 @@ Compatibility Notes
78
78
- [ Semi-colons after item statements (e.g. ` struct Foo {}; ` ) now produce a warning.] [ 78296 ]
79
79
- [ Panics in ` drop ` implementations no longer cause return values in functions to be leaked.] [ 78373 ]
80
80
81
+ [ 74989 ] : https://github.com/rust-lang/rust/pull/74989
81
82
[ 79261 ] : https://github.com/rust-lang/rust/pull/79261
82
83
[ 79896 ] : https://github.com/rust-lang/rust/pull/79896
83
84
[ 79484 ] : https://github.com/rust-lang/rust/pull/79484
@@ -97,7 +98,6 @@ Compatibility Notes
97
98
[ 77484 ] : https://github.com/rust-lang/rust/pull/77484
98
99
[ cargo/8976 ] : https://github.com/rust-lang/cargo/pull/8976
99
100
[ cargo/8973 ] : https://github.com/rust-lang/cargo/pull/8973
100
- [ cargo/8932 ] : https://github.com/rust-lang/cargo/pull/8932
101
101
[ cargo/8725 ] : https://github.com/rust-lang/cargo/pull/8725
102
102
[ `IpAddr::is_ipv4` ] : https://doc.rust-lang.org/stable/std/net/enum.IpAddr.html#method.is_ipv4
103
103
[ `IpAddr::is_ipv6` ] : https://doc.rust-lang.org/stable/std/net/enum.IpAddr.html#method.is_ipv6
0 commit comments