diff options
| author | Michael Goulet <michael@errs.io> | 2023-06-27 23:31:06 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2023-06-27 23:31:06 +0000 |
| commit | 2c33dfea7657467b419956a7331c8d6f66c119b5 (patch) | |
| tree | 8bd6c3d9ab7ebf9248527eecc08149615449a5ec /tests/ui/impl-trait | |
| parent | 28f39862a8a673d5d162121b8c432a5b82883d3d (diff) | |
| download | rust-2c33dfea7657467b419956a7331c8d6f66c119b5.tar.gz rust-2c33dfea7657467b419956a7331c8d6f66c119b5.zip | |
Don't sort strings right after we just sorted by types
Diffstat (limited to 'tests/ui/impl-trait')
| -rw-r--r-- | tests/ui/impl-trait/equality.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/impl-trait/equality.stderr b/tests/ui/impl-trait/equality.stderr index 69f4cbbbf42..9b8bff215e0 100644 --- a/tests/ui/impl-trait/equality.stderr +++ b/tests/ui/impl-trait/equality.stderr @@ -30,10 +30,10 @@ LL | n + sum_to(n - 1) | = help: the trait `Add<impl Foo>` is not implemented for `u32` = help: the following other types implement trait `Add<Rhs>`: + <u32 as Add> + <u32 as Add<&u32>> <&'a u32 as Add<u32>> <&u32 as Add<&u32>> - <u32 as Add<&u32>> - <u32 as Add> error: aborting due to 2 previous errors; 1 warning emitted |
