Skip to content

Commit

Permalink
Update ui test suite to nightly-2022-07-02
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 2, 2022
1 parent 98c5161 commit 65d50f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ui/unique_ptr_twice.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ error[E0119]: conflicting implementations of trait `cxx::memory::UniquePtrTarget
--> tests/ui/unique_ptr_twice.rs:16:5
|
7 | impl UniquePtr<C> {}
| ----------------- first implementation here
| ---------------- first implementation here
...
16 | impl UniquePtr<C> {}
| ^^^^^^^^^^^^^^^^^ conflicting implementation for `here::C`
| ^^^^^^^^^^^^^^^^ conflicting implementation for `here::C`

0 comments on commit 65d50f2

Please sign in to comment.