Update trybuild

This commit is contained in:
kngwyu 2019-09-28 15:19:11 +09:00
parent a344999526
commit d97f003a08
3 changed files with 1 additions and 5 deletions

View File

@ -31,7 +31,7 @@ paste = "0.1.6"
[dev-dependencies]
assert_approx_eq = "1.1.0"
trybuild = "1.0.11"
trybuild = "1.0.14"
[build-dependencies]
regex = "1.2.1"

View File

@ -3,5 +3,3 @@ error: #[pyclass] cannot have generic parameters
|
4 | struct ClassWithGenerics<A> {
| ^^^
error: Could not compile `pyo3-tests`.

View File

@ -3,5 +3,3 @@ error: Getter function can only have one argument of type pyo3::Python!
|
11 | fn get_num(&self, index: u32) {}
| ^^^
error: Could not compile `pyo3-tests`.