File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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.
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
55mod engine;
66pub mod error_reporting;
Original file line number Diff line number Diff line change 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//!
You can’t perform that action at this time.
0 commit comments