diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-09-06 09:36:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-06 09:36:45 +0200 |
| commit | 2cb02adbf984fce92f8e57d3ee6dc886a31fc930 (patch) | |
| tree | 89c86e2a1380ed444a88a333e442ef0f86366608 /src/test/debuginfo/enum-thinlto.rs | |
| parent | a852ebb0842257239aa0b2e37693e60a46e5a666 (diff) | |
| parent | d4d5aa436d4e378feff27491b11f351806c578aa (diff) | |
| download | rust-2cb02adbf984fce92f8e57d3ee6dc886a31fc930.tar.gz rust-2cb02adbf984fce92f8e57d3ee6dc886a31fc930.zip | |
Rollup merge of #64175 - GuillaumeGomez:replace-span-when-it-should-be-div, r=Mark-Simulacrum
Fix invalid span generation when it should be div
Fixes #64146.
It changes basically nothing in the display... Can be checked with:
```rust
pub enum X {
/// Some doc?
///
/// with lines!
Foo {
/// a
///
/// b
x: u32,
/// Doc!
///
/// ```
/// yolo
/// ```
y: String,
},
/// Doc!
///
/// ```
/// yolo
/// ```
Bar(String),
}
```
r? @Mark-Simulacrum
Diffstat (limited to 'src/test/debuginfo/enum-thinlto.rs')
0 files changed, 0 insertions, 0 deletions
