rust/compiler/rustc_mir
Yuki Okushi 0a12431962
Rollup merge of #85963 - m-ou-se:constructor-type-name, r=yaahc
Show `::{{constructor}}` in std::any::type_name().

Fix #84666

Before:
```
[src/main.rs:6] type_name::<T>() = "playground::Velocity"
[src/main.rs:6] type_name::<T>() = "playground::Velocity"
```

After:
```
[src/main.rs:6] type_name::<T>() = "scratchpad::Velocity::{{constructor}}"
[src/main.rs:6] type_name::<T>() = "scratchpad::Velocity"
```

cc ``@scottmcm``
2021-06-04 13:43:02 +09:00
..
src Rollup merge of #85963 - m-ou-se:constructor-type-name, r=yaahc 2021-06-04 13:43:02 +09:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00