@@ -4,14 +4,14 @@ error[E0271]: type mismatch resolving `<StringPiece as ExternType>::Id == (f, o,
4411 | 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 `(cxx:: f, cxx:: o, cxx:: l, cxx:: l, cxx:: y, (), cxx:: B, cxx:: y, cxx:: t, cxx:: e, cxx:: R, cxx:: a, cxx:: n, cxx:: g, cxx:: 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)`
14- note: required by a bound in `verify_extern_type`
12+ = note: expected tuple `(cxx:: f, cxx:: o, cxx:: l, cxx:: l, cxx:: y, (), cxx:: B, cxx:: y, cxx:: t, cxx:: e, cxx:: R, cxx:: a, cxx:: n, cxx:: g, cxx:: e)`
13+ found tuple `(cxx:: f, cxx:: o, cxx:: l, cxx:: l, cxx:: y, (), cxx:: S, cxx:: t, cxx:: r, cxx:: i, cxx:: n, cxx:: g, cxx:: P, cxx:: i, cxx:: e, cxx:: c, cxx:: e)`
14+ note: required by a bound in `cxx::private:: verify_extern_type`
1515 --> src/extern_type.rs
1616 |
1717 | pub fn verify_extern_type<T: ExternType<Id = Id>, Id>() {}
0 commit comments