We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ddcea3 commit d00b269Copy full SHA for d00b269
src/librustc_infer/traits/coherence.rs
@@ -1,5 +1,5 @@
1
-//! See Rustc Guide chapters on [trait-resolution] and [trait-specialization] for more info on how
2
-//! this works.
+//! See Rustc Dev Guide chapters on [trait-resolution] and [trait-specialization] for more info on
+//! how this works.
3
//!
4
//! [trait-resolution]: https://rust-lang.github.io/rustc-dev-guide/traits/resolution.html
5
//! [trait-specialization]: https://rust-lang.github.io/rustc-dev-guide/traits/specialization.html
0 commit comments