Skip to content

Commit fdf3ce7

Browse files
author
Nick Hamann
committed
Change E0015 and E0378 explanations to link to text of RFC 911, not rfc PR.
1 parent 3640354 commit fdf3ce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc/diagnostics.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ function execution.
202202
203203
See [RFC 911] for more details on the design of `const fn`s.
204204
205-
[RFC 911]: https://github.com/rust-lang/rfcs/pull/911
205+
[RFC 911]: https://github.com/rust-lang/rfcs/blob/master/text/0911-const-fn.md
206206
"##,
207207

208208
E0018: r##"
@@ -870,7 +870,7 @@ impl Foo {
870870
871871
For more information about `const fn`'s, see [RFC 911].
872872
873-
[RFC 911]: https://github.com/rust-lang/rfcs/pull/911
873+
[RFC 911]: https://github.com/rust-lang/rfcs/blob/master/text/0911-const-fn.md
874874
"##,
875875

876876
E0394: r##"

0 commit comments

Comments
 (0)