about summary refs log tree commit diff
path: root/src/test/incremental/thinlto
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-05-23 19:10:00 +0200
committerGitHub <noreply@github.com>2020-05-23 19:10:00 +0200
commit67759b74f44f4d119625115525b5375416e5f8d8 (patch)
treea4258c27e56053adbed7c32ef19c50c7f8e8f0f0 /src/test/incremental/thinlto
parentd5e3009bd8a2eb934415a1ed1b19b031b6f9c4e2 (diff)
parent5a4bf448c764696be75eafb6631e182d95064e72 (diff)
downloadrust-67759b74f44f4d119625115525b5375416e5f8d8.tar.gz
rust-67759b74f44f4d119625115525b5375416e5f8d8.zip
Rollup merge of #72446 - dtolnay:ord, r=petrochenkov
Impl Ord for proc_macro::LineColumn

```rust
impl Ord for LineColumn {...}
impl PartialOrd for LineColumn {...}
```

for https://doc.rust-lang.org/nightly/proc_macro/struct.LineColumn.html.

The ordering is the natural one you would get by writing one line after another, where we compare line first, then compare columns within the same line.
Diffstat (limited to 'src/test/incremental/thinlto')
0 files changed, 0 insertions, 0 deletions