File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.
2
2
//!
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
4
4
5
5
mod engine;
6
6
pub mod error_reporting;
Original file line number Diff line number Diff line change 2
2
//!
3
3
//! - **Traits.** Trait resolution is implemented in the `traits` module.
4
4
//!
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].
6
6
//!
7
- //! [rustc guide]: https://rust-lang.github.io/rustc-guide /
7
+ //! [rustc-dev- guide]: https://rustc-dev-guide. rust-lang.org /
8
8
//!
9
9
//! # Note
10
10
//!
You can’t perform that action at this time.
0 commit comments