Delegation: support generics for delegation from free functions
This commit is contained in:
parent
80d8270d84
commit
f2f9aab380
24 changed files with 702 additions and 233 deletions
|
@ -1575,7 +1575,7 @@ pub struct RefOfMutStatic<'a> {
|
|||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(hir_analysis_not_supported_delegation)]
|
||||
pub struct NotSupportedDelegation<'a> {
|
||||
pub struct UnsupportedDelegation<'a> {
|
||||
#[primary_span]
|
||||
pub span: Span,
|
||||
pub descr: &'a str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue