diff --git a/tests/ui/unique_ptr_to_opaque.stderr b/tests/ui/unique_ptr_to_opaque.stderr index 6f028f5a3..3c121e54c 100644 --- a/tests/ui/unique_ptr_to_opaque.stderr +++ b/tests/ui/unique_ptr_to_opaque.stderr @@ -1,8 +1,8 @@ -error[E0271]: type mismatch resolving `::Kind == Trivial` +error[E0271]: type mismatch resolving `::Kind == Trivial` --> tests/ui/unique_ptr_to_opaque.rs:22:25 | 22 | cxx::UniquePtr::new(outside::C { a: 4 }); - | ------------------- ^^^^^^^^^^^^^^^^^^^ type mismatch resolving `::Kind == Trivial` + | ------------------- ^^^^^^^^^^^^^^^^^^^ type mismatch resolving `::Kind == Trivial` | | | required by a bound introduced by this call | diff --git a/tests/ui/vec_opaque.stderr b/tests/ui/vec_opaque.stderr index cd038e661..36e8c5673 100644 --- a/tests/ui/vec_opaque.stderr +++ b/tests/ui/vec_opaque.stderr @@ -10,7 +10,7 @@ error: needs a cxx::ExternType impl in order to be used as a vector element in V 11 | type Job; | ^^^^^^^^ -error[E0271]: type mismatch resolving `::Kind == Trivial` +error[E0271]: type mismatch resolving `::Kind == Trivial` --> tests/ui/vec_opaque.rs:22:14 | 22 | type Job = crate::handle::Job; diff --git a/tests/ui/wrong_type_id.stderr b/tests/ui/wrong_type_id.stderr index 8cb789809..d3ed3a0c1 100644 --- a/tests/ui/wrong_type_id.stderr +++ b/tests/ui/wrong_type_id.stderr @@ -1,4 +1,4 @@ -error[E0271]: type mismatch resolving `::Id == (f, o, l, l, y, (), B, y, t, e, R, a, n, g, e)` +error[E0271]: type mismatch resolving `::Id == (f, o, l, l, y, (), B, y, t, e, ..., ..., ..., ..., ...)` --> tests/ui/wrong_type_id.rs:11:14 | 11 | type ByteRange = crate::here::StringPiece;