Change E0015 and E0378 explanations to link to text of RFC 911, not rfc PR.

This commit is contained in:
Nick Hamann 2015-05-28 21:12:46 -05:00
parent 364035497c
commit fdf3ce76cf
1 changed files with 2 additions and 2 deletions

View File

@ -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##"