Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add type parameter name to type mismatch error messages
Part of rust-lang#47319. This just adds type parameter name to type mismatch error message, so e.g. the following: ``` expected enum `std::option::Option`, found type parameter ``` becomes ``` expected enum `std::option::Option`, found type parameter `T` ```
- Loading branch information