An issue/PR removing the quote_ macros from rustc is underway (rust-lang/rust#51285, rust-lang/rust#46849). Rocket uses quite a few of these macros in a fairly fundamental way, so this is a fairly large breaking change for Rocket. A workaround is needed.
An issue/PR removing the
quote_macros fromrustcis underway (rust-lang/rust#51285, rust-lang/rust#46849). Rocket uses quite a few of these macros in a fairly fundamental way, so this is a fairly large breaking change for Rocket. A workaround is needed.