We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 053ddae + 62f1cde commit 0ea64aaCopy full SHA for 0ea64aa
1 file changed
promotion.md
@@ -71,7 +71,7 @@ are evaluated. We thus can be more relaxed about promotion; in practice, what
71
this means is that we will promote calls to arbitrary `const fn`, not just those
72
marked `#[rustc_promotable]`.
73
74
-[See below][static access] for another special case in promotion analysis:
+[See below][access-static] for another special case in promotion analysis:
75
accesses and references to statics are only promoted inside other statics.
76
77
[warn-rfc]: https://github.com/rust-lang/rfcs/blob/master/text/1229-compile-time-asserts.md
0 commit comments