diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2021-02-23 16:10:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-23 16:10:22 +0100 |
| commit | 2982ba50fc4bb629b8fe4108a81cb2f9b053510b (patch) | |
| tree | 6351625182f3aaef77a86e51f53d5f3adca1b69d /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp | |
| parent | 547b3adfe4afb7cfe3d3603e16faa458913ef56f (diff) | |
| parent | bf09e0499e30a39426695c149c8a45c0c06bf715 (diff) | |
| download | rust-2982ba50fc4bb629b8fe4108a81cb2f9b053510b.tar.gz rust-2982ba50fc4bb629b8fe4108a81cb2f9b053510b.zip | |
Rollup merge of #82258 - tmiasko:foreign-hir-stats, r=davidtwco
Implement -Z hir-stats for nested foreign items
An attempt to compute HIR stats for crates with nested foreign items results in an ICE.
```rust
fn main() {
extern "C" { fn f(); }
}
```
```
thread 'rustc' panicked at 'visit_nested_xxx must be manually implemented in this visitor'
```
Provide required implementation of visitor method.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
