Remove NtMeta
.
Note: there was an existing code path involving `Interpolated` in `MetaItem::from_tokens` that was dead. This commit transfers that to the new form, but puts an `unreachable!` call inside it.
This commit is contained in:
parent
ef1114a964
commit
7ea59e053b
20 changed files with 67 additions and 64 deletions
|
@ -1024,7 +1024,7 @@ pub(crate) struct SuffixedLiteralInAttribute {
|
|||
pub(crate) struct InvalidMetaItem {
|
||||
#[primary_span]
|
||||
pub span: Span,
|
||||
pub token: Token,
|
||||
pub descr: String,
|
||||
#[subdiagnostic]
|
||||
pub quote_ident_sugg: Option<InvalidMetaItemQuoteIdentSugg>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue