about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorAshley Mannix <kodraus@hey.com>2021-01-18 21:53:35 +1000
committerGitHub <noreply@github.com>2021-01-18 21:53:35 +1000
commitf82100eeed91d4e4290405353cc8e86ddc61f1e7 (patch)
tree49ccbabfbb1bd872794198ff410eaa3ba93aa638 /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parent0654e201957bcb85405731fd9b3603bc3a654ec3 (diff)
parent394d7018b91db8b5d2a40cc12a7f2389b430f1b9 (diff)
downloadrust-f82100eeed91d4e4290405353cc8e86ddc61f1e7.tar.gz
rust-f82100eeed91d4e4290405353cc8e86ddc61f1e7.zip
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`
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions