mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-30 12:36:38 +00:00
add links to query documentation for E0391 This PR adds links to https://rustc-dev-guide.rust-lang.org/overview.html#queries and https://rustc-dev-guide.rust-lang.org/query.html for the rustc --explain E0391 and within the compiler error itself. Fixes: #113184
For more information about how the query system works, see the rustc dev guide.