Skip to content

Commit 4eb76db

Browse files
committed
Define URLs for incomplete links to rustc sources in stabilization_guide.md
1 parent 9360b62 commit 4eb76db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/stabilization_guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ if something { /* XXX */ }
187187
[forge-versions]: https://forge.rust-lang.org/#current-release-versions
188188
[forge-release-process]: https://forge.rust-lang.org/release/process.html
189189
[`compiler/rustc_feature`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_feature/index.html
190+
[`compiler/rustc_feature/src/accepted.rs`]: https://github.com/rust-lang/rust/tree/master/compiler/rustc_feature/src/accepted.rs
191+
[`compiler/rustc_feature/src/unstable.rs`]: https://github.com/rust-lang/rust/tree/master/compiler/rustc_feature/src/unstable.rs
190192
[The Reference]: https://github.com/rust-lang/reference
191193
[The Book]: https://github.com/rust-lang/book
192194
[Rust by Example]: https://github.com/rust-lang/rust-by-example

0 commit comments

Comments
 (0)