We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b22d22 commit 1b53e7cCopy full SHA for 1b53e7c
posts/inside-rust/2019-11-23-const-if-match.md
@@ -5,7 +5,7 @@ author: Dylan MacKenzie
5
team: WG const-eval <https://github.com/rust-lang/const-eval>
6
---
7
8
-**TLDR; `if` and `match` are now usable in constants on the latest nightly.**
+**TLDR; `if` and `match` are now usable in constants on the latest nightly.**
9
10
As a result, you can now write code like the following and have it execute at
11
compile-time:
0 commit comments