diff options
| author | bors <bors@rust-lang.org> | 2021-06-26 10:52:16 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-06-26 10:52:16 +0000 |
| commit | 831ae3c1364b7b033bd1da430bc1cb86d93ad186 (patch) | |
| tree | 32db4a7d7858a85aefba7d95d4e728858b1ebee1 /compiler/rustc_codegen_llvm/src/llvm_util.rs | |
| parent | 481971978fda83aa7cf1f1f3c80cfad822377cf2 (diff) | |
| parent | 4ea27484c9582389cded2301d1f0dd4f421c8c35 (diff) | |
| download | rust-831ae3c1364b7b033bd1da430bc1cb86d93ad186.tar.gz rust-831ae3c1364b7b033bd1da430bc1cb86d93ad186.zip | |
Auto merge of #84814 - Stupremee:properly-render-hrtbs, r=GuillaumeGomez
Properly render HRTBs
```rust
pub fn test<T>()
where
for<'a> &'a T: Iterator,
{}
```
This will now render properly including the `for<'a>`

I do not know if this covers all cases, it only covers everything that I could think of that includes `for` and lifetimes in where bounds.
Also someone need to mentor me on how to add a proper rustdoc test for this.
Resolves #78482
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm_util.rs')
0 files changed, 0 insertions, 0 deletions
