mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 19:37:29 +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.