Support RTN on associated methods from supertraits
This commit is contained in:
parent
82cd953c7c
commit
20a83144b2
9 changed files with 115 additions and 31 deletions
|
@ -512,7 +512,7 @@ pub(crate) struct ReturnTypeNotationEqualityBound {
|
|||
pub(crate) struct ReturnTypeNotationMissingMethod {
|
||||
#[primary_span]
|
||||
pub span: Span,
|
||||
pub trait_name: Symbol,
|
||||
pub ty_name: String,
|
||||
pub assoc_name: Symbol,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue