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
detect UFCS drop and allow UFCS methods to have explicit type parameters.
Work towards rust-lang#18875.
Since code could previously call the methods & implement the traits
manually, this is a
[breaking-change]
Closesrust-lang#19586. Closesrust-lang#19375.
detect UFCS drop and allow UFCS methods to have explicit type parameters.
Work towards rust-lang#18875.
Since code could previously call the methods & implement the traits
manually, this is a
[breaking-change]
Closesrust-lang#19586. Closesrust-lang#19375.
The
instantiate_path
code incorrectly accounts for type parameter spaces, meaning that this program is rejected:cc @huonw
The text was updated successfully, but these errors were encountered: