Conversation
tests/ui/missing_clone.stderr
Outdated
| <&'py LimitOverrunError as pyo3::FromPyObject<'py>> | ||
| <&'py PanicException as pyo3::FromPyObject<'py>> | ||
| <&'py PyAny as pyo3::FromPyObject<'py>> | ||
| and 142 others |
There was a problem hiding this comment.
The number here seems to fluctuate. Can it be wildcarded out?
There was a problem hiding this comment.
Not aware of a wildcard feature in trybuild.
Wild guess, could it be related to features? Maybe we need to run UI tests only with feature = "full"?
There was a problem hiding this comment.
Thanks, that's a good idea.
There was a problem hiding this comment.
Ah no-fail-fast has answered it, looks like different number of Clone implementations on Windows vs other OS.
I guess it's fine to run this particular UI test just on Linux?
There was a problem hiding this comment.
Ah no-fail-fast has answered it, looks like different number of
Cloneimplementations on Windows vs other OS.
That, and the abi3/full/etc features. I've just made a compile_fail doctest instead.
There was a problem hiding this comment.
Ah I think that's good enough here, thanks 👍
davidhewitt
left a comment
There was a problem hiding this comment.
Looks great, thanks again 👍
* Rust 1.62 * Make rust happy * Just use a doctest instead Co-authored-by: mejrs <>
* Rust 1.62 * Make rust happy * Just use a doctest instead Co-authored-by: mejrs <>
* Rust 1.62 * Make rust happy * Just use a doctest instead Co-authored-by: mejrs <>
* Rust 1.62 * Make rust happy * Just use a doctest instead Co-authored-by: mejrs <>
No description provided.