|
1 |
| -error[E0271]: type mismatch resolving `<StringPiece as ExternType>::Id == (f, o, l, l, y, (), B, y, t, e, R, a, n, g, e)` |
2 |
| - --> $DIR/wrong_type_id.rs:11:9 |
| 1 | +error[E0271]: type mismatch resolving `<StringPiece as ExternType>::Id == (f, o, l, l, y, (), S, t, r, i, n, g, P, i, e, c, e)` |
| 2 | + --> $DIR/wrong_type_id.rs:11:1 |
3 | 3 | |
|
4 |
| -11 | type ByteRange = crate::here::StringPiece; |
5 |
| - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected a tuple with 15 elements, found one with 17 elements |
| 4 | +11 | #[cxx::bridge(namespace = folly)] |
| 5 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected a tuple with 17 elements, found one with 19 elements |
6 | 6 | |
|
7 | 7 | ::: $WORKSPACE/src/extern_type.rs
|
8 | 8 | |
|
9 | 9 | | pub fn verify_extern_type<T: ExternType<Id = Id>, Id>() {}
|
10 | 10 | | ------- required by this bound in `verify_extern_type`
|
11 | 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)` |
| 12 | + = note: expected tuple `(f, o, l, l, y, (), S, t, r, i, n, g, P, i, e, c, e)` |
| 13 | + found tuple `(c, o, r, r, e, c, t, (), S, t, r, i, n, g, P, i, e, c, e)` |
0 commit comments