Closed
Description
We still have the quote_foo!
macros. They aren't used anywhere within rustc, and they are used by cargo and clippy for testing syntax extension related things.
We can update cargo and clippy to use other APIs (and eventually move them to TokenStream).
rust-lang/cargo#4838 is the cargo PR; will make a clippy one shortly.