Skip to content

Commit

Permalink
fix line numbers ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
y86-dev committed Jul 19, 2023
1 parent cdb20ab commit 3e3d355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ui/no_pin_data_but_pinned_drop.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ error[E0277]: the trait bound `Foo: HasPinData` is not satisfied
| ^^^ the trait `HasPinData` is not implemented for `Foo`
|
note: required by a bound in `PinnedDrop`
--> $SRC_DIR/src/lib.rs:1332:30
--> $SRC_DIR/src/lib.rs:1326:30
|
1332 | pub unsafe trait PinnedDrop: __internal::HasPinData {
1326 | pub unsafe trait PinnedDrop: __internal::HasPinData {
| ^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `PinnedDrop`

error: aborting due to previous error
Expand Down

0 comments on commit 3e3d355

Please sign in to comment.