We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2055413 commit f643567Copy full SHA for f643567
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