Skip to content

typo: "not" -> "now" #1674

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/Rust-1.89.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub fn all_false<const LEN: usize>() -> [bool; LEN] {
}
```

Similar to the rules for when `_` is permitted as a type, `_` is not permitted as an argument to const generics when in a signature:
Similar to the rules for when `_` is permitted as a type, `_` is now permitted as an argument to const generics when in a signature:

```rust
// This is not allowed
Expand Down Expand Up @@ -215,4 +215,4 @@ Check out everything that changed in [Rust](https://github.com/rust-lang/rust/re

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/)

[platform_support_page]: https://doc.rust-lang.org/rustc/platform-support.html
[platform_support_page]: https://doc.rust-lang.org/rustc/platform-support.html