We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82cf3a4 commit 336e332Copy full SHA for 336e332
src/librustc_error_codes/error_codes/E0744.md
@@ -15,3 +15,10 @@ const _: i32 = {
15
x
16
};
17
```
18
+
19
+This will be allowed at some point in the future, but the implementation is not
20
+yet complete. See the tracking issue for [conditionals] or [loops] in a const
21
+context for the current status.
22
23
+[conditionals]: https://github.com/rust-lang/rust/issues/49146
24
+[loops]: https://github.com/rust-lang/rust/issues/52000
0 commit comments