From fdf3ce76cfe6be7b5343d191411019836ff3373f Mon Sep 17 00:00:00 2001 From: Nick Hamann Date: Thu, 28 May 2015 21:12:46 -0500 Subject: [PATCH] Change E0015 and E0378 explanations to link to text of RFC 911, not rfc PR. --- src/librustc/diagnostics.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/librustc/diagnostics.rs b/src/librustc/diagnostics.rs index 657a4e6bd6e3..a3577981c1e4 100644 --- a/src/librustc/diagnostics.rs +++ b/src/librustc/diagnostics.rs @@ -202,7 +202,7 @@ function execution. See [RFC 911] for more details on the design of `const fn`s. -[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 "##, E0018: r##" @@ -870,7 +870,7 @@ impl Foo { For more information about `const fn`'s, see [RFC 911]. -[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 "##, E0394: r##"