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
Rollup merge of rust-lang#63083 - matthewjasper:parameter-hygiene, r=petrochenkov
Make generic parameters always use modern hygiene
* E0263 (lifetime parameter declared twice in the same scope) now compares modernized identifiers.
* Const parameters are now resolved with modern hygiene.
Closesrust-lang#58307Closesrust-lang#60746Closesrust-lang#61574Closesrust-lang#62433
0 commit comments