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 @@ -32,7 +32,7 @@ pub fn all_false<const LEN: usize>() -> [bool; LEN] {
32
32
}
33
33
```
34
34
35
- Similar to the rules for when ` _ ` is permitted as a type, ` _ ` is not permitted as an argument to const generics when in a signature:
35
+ Similar to the rules for when ` _ ` is permitted as a type, ` _ ` is now permitted as an argument to const generics when in a signature:
36
36
37
37
``` rust
38
38
// This is not allowed
@@ -215,4 +215,4 @@ Check out everything that changed in [Rust](https://github.com/rust-lang/rust/re
215
215
216
216
Many people came together to create Rust 1.89.0. We couldn't have done it without all of you. [ Thanks!] ( https://thanks.rust-lang.org/rust/1.89.0/ )
217
217
218
- [ platform_support_page ] : https://doc.rust-lang.org/rustc/platform-support.html
218
+ [ platform_support_page ] : https://doc.rust-lang.org/rustc/platform-support.html
You can’t perform that action at this time.
0 commit comments