We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1077b commit 1e6e75fCopy full SHA for 1e6e75f
tests/ui/wrong_type_id.stderr
@@ -4,13 +4,13 @@ error[E0271]: type mismatch resolving `<StringPiece as ExternType>::Id == (f, o,
4
11 | type ByteRange = crate::here::StringPiece;
5
| ^^^^^^^^^ type mismatch resolving `<StringPiece as ExternType>::Id == (f, o, l, l, y, (), B, y, t, e, R, a, n, g, e)`
6
|
7
-note: expected this to be `(f, o, l, l, y, (), B, y, t, e, R, a, n, g, e)`
+note: expected this to be `(f, o, l, l, y, (), B, y, t, e, R, a, cxx::n, g, e)`
8
--> tests/ui/wrong_type_id.rs:1:1
9
10
1 | #[cxx::bridge(namespace = "folly")]
11
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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)`
+ = note: expected tuple `(f, o, l, l, y, (), B, y, t, e, R, a, cxx::n, g, e)`
+ found tuple `(f, o, l, l, y, (), S, t, r, i, cxx::n, g, P, i, e, c, e)`
14
note: required by a bound in `verify_extern_type`
15
--> src/extern_type.rs
16
0 commit comments