about summary refs log tree commit diff
path: root/src/test/debuginfo/enum-thinlto.rs
diff options
context:
space:
mode:
authorDmitry Kadashev <dkadashev@gmail.com>2019-10-31 16:57:29 +0700
committerDmitry Kadashev <dkadashev@gmail.com>2019-11-02 12:48:23 +0700
commit6a30ce639f9eeba7d085721d219553635f32c280 (patch)
tree96bdf0a672c142cd19eeb4756b5ef23dd501d1ab /src/test/debuginfo/enum-thinlto.rs
parent87cbf0a547aaf9e8a7fc708851ecf4bc2adab5fd (diff)
downloadrust-6a30ce639f9eeba7d085721d219553635f32c280.tar.gz
rust-6a30ce639f9eeba7d085721d219553635f32c280.zip
Add type parameter name to type mismatch error messages
Part of #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`
```
Diffstat (limited to 'src/test/debuginfo/enum-thinlto.rs')
0 files changed, 0 insertions, 0 deletions