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
..
2021-06-04 13:42:53 +09:00
2021-06-04 13:43:02 +09:00
2021-05-29 12:52:06 -04:00
2021-05-24 23:34:12 +01:00
2021-06-02 02:36:44 +00:00
2021-05-20 01:51:05 +01:00
2021-05-27 21:14:55 +00:00
2021-05-27 04:08:20 +00:00