Skip to content

Commit 3bac63b

Browse files
committed
Replace rust-rfcs with rust-lang
1 parent 93d7690 commit 3bac63b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

promotion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Currently, non-`Copy` array initialization is treated as an implicit context.
6565

6666
The distinction between these two determines whether calls to arbitrary `const
6767
fn`s (those without `#[rustc_promotable]`) are promotable (see below). See
68-
[rust-rfcs/const-eval#19](https://github.com/rust-rfcs/const-eval/issues/19)
68+
[rust-lang/const-eval#19](https://github.com/rust-lang/const-eval/issues/19)
6969
for a thorough discussion of this. At present, this is the only difference
7070
between implicit and explicit contexts. The requirements for promotion in an
7171
implicit context are a superset of the ones in an explicit context.

rfcs/const-generic-const-fn-bounds.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ type theoretical perspective started out with a much purer scheme, but, when exp
298298
constraints required, evolved to essentially the same scheme as this RFC. We thus feel confident
299299
that this RFC is the minimal viable scheme for having bounds on generic parameters of const
300300
functions. The discussion and evolution of the type theoretical scheme can be found
301-
[here](https://github.com/rust-rfcs/const-eval/pull/8#issuecomment-452396020) and is only 12 posts
301+
[here](https://github.com/rust-lang/const-eval/pull/8#issuecomment-452396020) and is only 12 posts
302302
and a linked three page document long. It is left as an exercise to the reader to read the
303303
discussion themselves.
304304
A summary of the result of the discussion can be found at the bottom of [this blog post](https://varkor.github.io/blog/2019/01/11/const-types-traits-and-implementations-in-Rust.html)

0 commit comments

Comments
 (0)