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] {
3232}
3333```
3434
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:
3636
3737``` rust
3838// This is not allowed
@@ -215,4 +215,4 @@ Check out everything that changed in [Rust](https://github.com/rust-lang/rust/re
215215
216216Many 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/ )
217217
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