about summary refs log tree commit diff
path: root/src/test/debuginfo/enum-thinlto.rs
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-12-02 04:09:01 +0100
committerGitHub <noreply@github.com>2019-12-02 04:09:01 +0100
commitdbe880e8ecd088ded3ac63fac1d60f813f11ad4e (patch)
tree914fed746b44b8f70282a6073f899db9d0bc1e46 /src/test/debuginfo/enum-thinlto.rs
parentfd09fad064504e18cd7fd15ccd7c957787482b81 (diff)
parent71710608f009066b5a2dd65ea88ec5c0a79422e4 (diff)
downloadrust-dbe880e8ecd088ded3ac63fac1d60f813f11ad4e.tar.gz
rust-dbe880e8ecd088ded3ac63fac1d60f813f11ad4e.zip
Rollup merge of #66850 - eddyb:span-free-formats, r=oli-obk
rustc: hide HirId's fmt::Debug output from -Z span_free_formats.

This replaces the only occurrences of `HirId {...}` from tests with paths, i.e.:
```rust
[closure@HirId { owner: DefIndex(4), local_id: 15 } q:&i32, t:&T]
```
becomes, after this PR:
```rust
[closure@foo<T>::{{closure}}#0 q:&i32, t:&T]
```

r? @oli-obk cc @michaelwoerister
Diffstat (limited to 'src/test/debuginfo/enum-thinlto.rs')
0 files changed, 0 insertions, 0 deletions