Update to trybuild 1.0.32

This commit is contained in:
David Tolnay 2020-08-09 16:46:08 -07:00
parent 8cfdd7ddd6
commit 291a8b87a1
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
3 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ cc = "1.0.49"
cxx-build = { version = "=0.3.4", path = "gen/build" }
cxx-test-suite = { version = "0", path = "tests/ffi" }
rustversion = "1.0"
trybuild = { version = "1.0.27", features = ["diff"] }
trybuild = { version = "1.0.32", features = ["diff"] }
[workspace]
members = ["demo-rs", "gen/build", "gen/cmd", "macro", "tests/ffi"]

View File

@ -4,9 +4,9 @@ error[E0271]: type mismatch resolving `<here::StringPiece as cxx::ExternType>::I
11 | type ByteRange = crate::here::StringPiece;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected a tuple with 15 elements, found one with 17 elements
|
::: $WORKSPACE/src/extern_type.rs:110:41
::: $WORKSPACE/src/extern_type.rs
|
110 | pub fn verify_extern_type<T: ExternType<Id = Id>, Id>() {}
| pub fn verify_extern_type<T: ExternType<Id = Id>, Id>() {}
| ------- required by this bound in `cxx::private::verify_extern_type`
|
= 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)`

4
third-party/Cargo.lock generated vendored
View File

@ -286,9 +286,9 @@ dependencies = [
[[package]]
name = "trybuild"
version = "1.0.31"
version = "1.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a4d94e6adf00b96b1ab94fcfcd8c3cf916733b39adf90c8f72693629887b9b8"
checksum = "d3fe571fc1c805a7dc57340d2be54d72a96010a46a05c57018863f3b1cb93d28"
dependencies = [
"dissimilar",
"glob",