Add note
This commit is contained in:
parent
4d05da46e7
commit
7714db873e
4 changed files with 7 additions and 0 deletions
|
@ -921,6 +921,7 @@ pub struct UnusedAssociatedTypeBounds {
|
|||
|
||||
#[derive(LintDiagnostic)]
|
||||
#[diag(hir_analysis_rpitit_refined)]
|
||||
#[note]
|
||||
pub(crate) struct ReturnPositionImplTraitInTraitRefined<'tcx> {
|
||||
#[suggestion(applicability = "maybe-incorrect", code = "{pre}{return_ty}{post}")]
|
||||
pub impl_return_span: Span,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue