1
Fork 0

link lint function with decorate function param to struct_lint_level

This commit is contained in:
Maybe Waffle 2022-10-12 14:16:24 +00:00
parent b1c3e78661
commit c5de3ecec3
3 changed files with 33 additions and 0 deletions

View file

@ -1069,6 +1069,10 @@ impl<'s, P: LintLevelsProvider> LintLevelsBuilder<'s, P> {
/// Used to emit a lint-related diagnostic based on the current state of
/// this lint context.
///
/// Return value of the `decorate` closure is ignored, see [`struct_lint_level`] for a detailed explanation.
///
/// [`struct_lint_level`]: rustc_middle::lint::struct_lint_level#decorate-signature
pub(crate) fn struct_lint(
&self,
lint: &'static Lint,