rust/compiler
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-17 12:45:48 +01:00
2021-01-16 18:56:37 -05:00
2021-01-16 18:56:37 -05:00
2021-01-16 18:56:37 -05:00
2021-01-16 18:56:37 -05:00