File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Version 1.51.0 (2021-03-25)
44Language
55--------
66- [ 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.] [ 79135 ] E.g. you can now write the following. Note:
88 Only values of primitive integers, ` bool ` , or ` char ` types are currently permitted.
99 ``` rust
1010 struct GenericArray <T , const LENGTH : usize > {
@@ -104,7 +104,7 @@ Internal Only
104104
105105- [ Consistently avoid constructing optimized MIR when not doing codegen] [ 80718 ]
106106
107- [ 78135 ] : https://github.com/rust-lang/rust/pull/78135
107+ [ 79135 ] : https://github.com/rust-lang/rust/pull/79135
108108[ 74489 ] : https://github.com/rust-lang/rust/pull/74489
109109[ 76934 ] : https://github.com/rust-lang/rust/pull/76934
110110[ 79570 ] : https://github.com/rust-lang/rust/pull/79570
You can’t perform that action at this time.
0 commit comments