Disconnect3d

Results 555 comments of Disconnect3d
trafficstars

Since this bug was introduced in Pytest 7.4.0 I looked into the diff between pytest 7.3.2 and 7.4.0: https://github.com/pytest-dev/pytest/compare/7.3.2..7.4.0 and I think that this bug was introduced by https://github.com/pytest-dev/pytest/pull/10958 _EDIT:...

Bump. @matklad any chance this gets implemented soon?

Btw there is a workaround for this issue: one needs to explicitly add the private Rust packages to the `Cargo.toml`, for example like this (well, fix your path!): ``` [dependencies]...

@CraftSpider Actually, when I do this and then try to compile via `cargo test` I am getting: ``` error[E0723]: trait bounds other than `Sized` on const fn parameters are unstable...