We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0d39b commit 0e95071Copy full SHA for 0e95071
compiler/rustc_session/src/session.rs
@@ -141,7 +141,7 @@ pub struct CompilerIO {
141
}
142
143
pub trait LintStoreMarker: Any + DynSync + DynSend {
144
- /// Provides a way to access lint groups without depending on `rustc_lint`
+ /// Provides a way to access lint groups without depending on [`rustc_lint`]
145
fn lint_groups_iter(&self) -> Box<dyn Iterator<Item = LintGroup> + '_>;
146
147
0 commit comments