@@ -4,7 +4,7 @@ Version 1.51.0 (2021-03-25)
4
4
Language
5
5
--------
6
6
- [ You can now parameterize items such as functions, traits, and ` struct ` s by constant
7
- values in addition to by types.] [ 78135 ] E.g. You can now write the following. Note:
7
+ values in addition to by types.] [ 78135 ] E.g. you can now write the following. Note:
8
8
Only values of primitive integers, ` bool ` , or ` char ` types are currently permitted.
9
9
``` rust
10
10
struct GenericArray <T , const LENGTH : usize > {
@@ -28,7 +28,7 @@ Compiler
28
28
29
29
- [ Added the ` -Csplit-debuginfo ` codegen option.] [ 79570 ] This option controls whether
30
30
debug information is split across multiple files or packed into a single file.
31
- - [ Added tier 3\* support for ` aarch64_be-unknown-linux-gnu ` , ` aarch64-unknown-linux-gnu_ilp32 ` ,
31
+ - [ Added tier 3\* support for ` aarch64_be-unknown-linux-gnu ` , ` aarch64-unknown-linux-gnu_ilp32 ` ,
32
32
and ` aarch64_be-unknown-linux-gnu_ilp32 ` targets.] [ 81455 ]
33
33
- [ Added tier 3 support for ` i386-unknown-linux-gnu ` and ` i486-unknown-linux-gnu ` targets.] [ 80662 ]
34
34
- [ The ` target-cpu=native ` option will now detect individual features of CPUs.] [ 80749 ]
@@ -82,7 +82,7 @@ Rustdoc
82
82
83
83
Various improvements to intra-doc links:
84
84
85
- - [ You can link to no path based primitives such as ` slice ` .] [ 80181 ]
85
+ - [ You can link to non- path primitives such as ` slice ` .] [ 80181 ]
86
86
- [ You can link to associated items.] [ 74489 ]
87
87
- [ You can now link to items with generics such as ` Vec<T> ` .] [ 76934 ]
88
88
@@ -96,7 +96,7 @@ Compatibility Notes
96
96
97
97
- [ Bumped the minimum ` g++ ` for ` linux-gnu ` targets to ` g++-8 ` from ` g++-7 ` .] [ 81521 ]
98
98
- [ WASI platforms no longer use the ` wasm-bindgen ` ABI.] [ 79998 ]
99
- - [ rustc no longer promotes division, modulo and indexing operations to ` const ` that
99
+ - [ ` rustc ` no longer promotes division, modulo and indexing operations to ` const ` that
100
100
could fail.] [ 80579 ]
101
101
102
102
Internal Only
0 commit comments