Ashley Mannix
f82100eeed
Rollup merge of #81125 - jyn514:track-caller, r=lcnr
...
Add track_caller to .steal()
Before:
```
thread 'rustc' panicked at 'attempt to read from stolen value', /home/joshua/rustc/compiler/rustc_data_structures/src/steal.rs:43:15
```
After:
```
thread 'rustc' panicked at 'attempt to steal from stolen value', compiler/rustc_mir/src/transform/mod.rs:423:25
```
r? `@lcnr`
2021-01-18 21:53:35 +10:00
..
2021-01-16 14:02:36 +01:00
2021-01-14 19:23:59 +01:00
2021-01-14 19:23:59 +01:00
2021-01-16 07:17:13 +03:00
2021-01-17 12:24:59 +00:00
2021-01-17 12:24:51 +00:00
2021-01-17 12:27:20 -05:00
2021-01-15 18:26:14 +09:00
2021-01-16 17:29:49 +00:00
2021-01-14 19:23:59 +01:00
2021-01-17 12:45:48 +01:00
2021-01-17 01:48:17 +03:00
2021-01-14 14:41:58 +00:00
2021-01-16 18:56:37 -05:00
2021-01-17 20:49:11 +00:00
2021-01-15 17:31:10 -05:00
2021-01-14 22:49:16 -05:00
2021-01-14 19:23:59 +01:00
2021-01-17 02:49:30 -05:00
2021-01-18 21:53:26 +10:00
2021-01-18 21:53:31 +10:00
2021-01-16 17:28:32 +00:00
2021-01-15 18:26:14 +09:00
2021-01-17 17:40:58 +03:00
2021-01-14 14:41:58 +00:00
2021-01-16 18:56:37 -05:00
2021-01-14 19:23:59 +01:00
2021-01-18 21:53:28 +10:00
2021-01-14 19:23:59 +01:00
2021-01-14 19:23:59 +01:00
2021-01-16 17:28:32 +00:00
2021-01-13 03:20:15 +01:00
2021-01-17 20:49:11 +00:00
2021-01-16 18:56:37 -05:00
2021-01-16 18:56:37 -05:00
2021-01-18 08:39:31 +00:00