Skip to content

Commit 082db80

Browse files
authored
Rollup merge of #71041 - JohnTitor:rustc-dev-guide, r=jonas-schievink
Update links of `rustc guide` Picks up the things we left behind in the transition, hopefully they're last ones. r? @spastorino
2 parents 7242f23 + 6b28304 commit 082db80

File tree

2 files changed

+4
-4
lines changed
  • src

2 files changed

+4
-4
lines changed

src/librustc_infer/traits/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//! Trait Resolution. See the [rustc guide] for more information on how this works.
1+
//! Trait Resolution. See the [rustc-dev-guide] for more information on how this works.
22
//!
3-
//! [rustc guide]: https://rust-lang.github.io/rustc-guide/traits/resolution.html
3+
//! [rustc-dev-guide]: https://rustc-dev-guide.rust-lang.org/traits/resolution.html
44
55
mod engine;
66
pub mod error_reporting;

src/librustc_trait_selection/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
//!
33
//! - **Traits.** Trait resolution is implemented in the `traits` module.
44
//!
5-
//! For more information about how rustc works, see the [rustc guide].
5+
//! For more information about how rustc works, see the [rustc-dev-guide].
66
//!
7-
//! [rustc guide]: https://rust-lang.github.io/rustc-guide/
7+
//! [rustc-dev-guide]: https://rustc-dev-guide.rust-lang.org/
88
//!
99
//! # Note
1010
//!

0 commit comments

Comments
 (0)