Update links of rustc guide
This commit is contained in:
parent
e82734e56b
commit
6b2830427b
@ -1,6 +1,6 @@
|
||||
//! Trait Resolution. See the [rustc guide] for more information on how this works.
|
||||
//! Trait Resolution. See the [rustc-dev-guide] for more information on how this works.
|
||||
//!
|
||||
//! [rustc guide]: https://rust-lang.github.io/rustc-guide/traits/resolution.html
|
||||
//! [rustc-dev-guide]: https://rustc-dev-guide.rust-lang.org/traits/resolution.html
|
||||
|
||||
mod engine;
|
||||
pub mod error_reporting;
|
||||
|
@ -2,9 +2,9 @@
|
||||
//!
|
||||
//! - **Traits.** Trait resolution is implemented in the `traits` module.
|
||||
//!
|
||||
//! For more information about how rustc works, see the [rustc guide].
|
||||
//! For more information about how rustc works, see the [rustc-dev-guide].
|
||||
//!
|
||||
//! [rustc guide]: https://rust-lang.github.io/rustc-guide/
|
||||
//! [rustc-dev-guide]: https://rustc-dev-guide.rust-lang.org/
|
||||
//!
|
||||
//! # Note
|
||||
//!
|
||||
|
Loading…
Reference in New Issue
Block a user