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-05-24 11:07:48 -04:00
2021-06-01 09:05:22 +02:00
2021-06-01 20:53:04 +02:00
2021-05-31 13:55:43 +02:00
2021-05-24 11:07:48 -04:00
2021-05-24 11:07:48 -04:00
2021-05-24 11:07:48 -04:00
2021-06-01 09:05:22 +02:00
2021-06-02 10:23:12 -04:00
2021-06-04 13:42:54 +09:00
2021-06-04 13:42:54 +09:00
2021-05-19 18:41:23 +00:00
2021-06-02 08:49:58 +02:00
2021-06-04 13:42:54 +09:00
2021-06-01 23:02:52 +00:00
2021-06-04 13:42:54 +09:00
2021-05-24 11:07:48 -04:00
2021-06-02 13:11:41 +00:00
2021-05-31 13:55:43 +02:00
2021-06-04 13:42:54 +09:00
2021-06-04 13:42:54 +09:00
2021-06-04 13:42:54 +09:00
2021-06-03 14:35:30 +09:00
2021-05-24 23:34:12 +01:00
2021-06-04 13:42:56 +09:00
2021-06-04 13:42:54 +09:00
2021-06-04 13:43:02 +09:00
2021-06-04 13:42:54 +09:00
2021-06-04 13:42:54 +09:00
2021-05-24 11:07:48 -04:00
2021-06-04 13:42:54 +09:00
2021-06-01 09:05:22 +02:00
2021-06-04 13:42:54 +09:00
2021-06-04 13:42:54 +09:00
2021-06-03 14:35:36 +09:00
2021-05-30 12:51:34 +02:00
2021-05-31 13:55:43 +02:00
2021-06-02 08:49:58 +02:00
2021-06-04 13:42:54 +09:00
2021-06-02 18:35:32 +02:00
2021-06-04 13:42:54 +09:00
2021-06-02 18:35:32 +02:00
2021-06-02 18:35:32 +02:00
2021-05-31 13:55:43 +02:00
2021-06-04 13:42:58 +09:00