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
Today, I see that RUSTFLAGS="-Ztime-passes" ./x.py test -i --stage 1 src/test/pretty passed locally. So I suspect that this is fixed, therefore I'm closing.
…kril
fix: Resolve `$crate` in derive paths
Paths in derive meta item list may contain any kind of paths, including those that start with `$crate` generated by macros. We need to take hygiene into account when we lower paths in the list.
This issue was identified while investigating rust-lang#14607, though this patch doesn't fix the broken trait resolution.
The text was updated successfully, but these errors were encountered: