We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3640354 commit fdf3ce7Copy full SHA for fdf3ce7
src/librustc/diagnostics.rs
@@ -202,7 +202,7 @@ function execution.
202
203
See [RFC 911] for more details on the design of `const fn`s.
204
205
-[RFC 911]: https://github.com/rust-lang/rfcs/pull/911
+[RFC 911]: https://github.com/rust-lang/rfcs/blob/master/text/0911-const-fn.md
206
"##,
207
208
E0018: r##"
@@ -870,7 +870,7 @@ impl Foo {
870
871
For more information about `const fn`'s, see [RFC 911].
872
873
874
875
876
E0394: r##"
0 commit comments