diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-05-23 19:10:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-23 19:10:00 +0200 |
| commit | 67759b74f44f4d119625115525b5375416e5f8d8 (patch) | |
| tree | a4258c27e56053adbed7c32ef19c50c7f8e8f0f0 /src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs | |
| parent | d5e3009bd8a2eb934415a1ed1b19b031b6f9c4e2 (diff) | |
| parent | 5a4bf448c764696be75eafb6631e182d95064e72 (diff) | |
| download | rust-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/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs')
0 files changed, 0 insertions, 0 deletions
