You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
We need to find the step where the $crate token decomposes from Ident { ident: "$crate" } (which is how rustc is supposed to treat it) to Punct { ch: '$', spacing: Alone }, Ident { ident: "crate" }.
Reproduce by running
cargo test
in this testcase.The text was updated successfully, but these errors were encountered: