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)
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.][79135 ] 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> {
@@ -104,7 +104,7 @@ Internal Only
104
104
105
105
- [Consistently avoid constructing optimized MIR when not doing codegen][80718]
106
106
107
- [78135 ]: https://github.com/rust-lang/rust/pull/78135
107
+ [79135 ]: https://github.com/rust-lang/rust/pull/79135
108
108
[74489]: https://github.com/rust-lang/rust/pull/74489
109
109
[76934]: https://github.com/rust-lang/rust/pull/76934
110
110
[79570]: https://github.com/rust-lang/rust/pull/79570
You can’t perform that action at this time.
0 commit comments