Update trybuild
This commit is contained in:
parent
a344999526
commit
d97f003a08
|
@ -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"
|
||||
|
|
|
@ -3,5 +3,3 @@ error: #[pyclass] cannot have generic parameters
|
|||
|
|
||||
4 | struct ClassWithGenerics<A> {
|
||||
| ^^^
|
||||
|
||||
error: Could not compile `pyo3-tests`.
|
||||
|
|
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue