Skip to content

Commit 1e6e75f

Browse files
committed
Update ui test suite to nightly-2025-11-02
1 parent 8d1077b commit 1e6e75f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/ui/wrong_type_id.stderr

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ error[E0271]: type mismatch resolving `<StringPiece as ExternType>::Id == (f, o,
44
11 | type ByteRange = crate::here::StringPiece;
55
| ^^^^^^^^^ type mismatch resolving `<StringPiece as ExternType>::Id == (f, o, l, l, y, (), B, y, t, e, R, a, n, g, e)`
66
|
7-
note: expected this to be `(f, o, l, l, y, (), B, y, t, e, R, a, n, g, e)`
7+
note: expected this to be `(f, o, l, l, y, (), B, y, t, e, R, a, cxx::n, g, e)`
88
--> tests/ui/wrong_type_id.rs:1:1
99
|
1010
1 | #[cxx::bridge(namespace = "folly")]
1111
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12-
= note: expected tuple `(f, o, l, l, y, (), B, y, t, e, R, a, n, g, e)`
13-
found tuple `(f, o, l, l, y, (), S, t, r, i, n, g, P, i, e, c, e)`
12+
= note: expected tuple `(f, o, l, l, y, (), B, y, t, e, R, a, cxx::n, g, e)`
13+
found tuple `(f, o, l, l, y, (), S, t, r, i, cxx::n, g, P, i, e, c, e)`
1414
note: required by a bound in `verify_extern_type`
1515
--> src/extern_type.rs
1616
|

0 commit comments

Comments
 (0)