mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 14:24:56 +00:00
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.