fix bugs in inline/force_inline and diagnostics of all attr parsers
This commit is contained in:
@@ -11,4 +11,5 @@ pub struct AttributeLint<Id> {
|
||||
#[derive(Clone, Debug, HashStable_Generic)]
|
||||
pub enum AttributeLintKind {
|
||||
UnusedDuplicate { this: Span, other: Span, warning: bool },
|
||||
IllFormedAttributeInput { suggestions: Vec<String> },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user