fix bugs in inline/force_inline and diagnostics of all attr parsers
This commit is contained in:
@@ -2618,6 +2618,7 @@ pub(crate) struct UnusedCrateDependency {
|
||||
pub local_crate: Symbol,
|
||||
}
|
||||
|
||||
// FIXME(jdonszelmann): duplicated in rustc_attr_parsing, should be moved there completely.
|
||||
#[derive(LintDiagnostic)]
|
||||
#[diag(lint_ill_formed_attribute_input)]
|
||||
pub(crate) struct IllFormedAttributeInput {
|
||||
|
||||
Reference in New Issue
Block a user