Conditionally allow lowering RTN (..) in paths
This commit is contained in:
parent
6d788a18c5
commit
19881b5a5a
13 changed files with 141 additions and 54 deletions
|
@ -1693,3 +1693,10 @@ pub(crate) struct CmseCallGeneric {
|
|||
#[primary_span]
|
||||
pub span: Span,
|
||||
}
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(hir_analysis_bad_return_type_notation_position)]
|
||||
pub(crate) struct BadReturnTypeNotation {
|
||||
#[primary_span]
|
||||
pub span: Span,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue