Closed
Description
All crates that depend on mysql of various versions can't compile right now. Crater couldn't pick this up as root regression because this is probably a monomorphisation time error or something.
The error (example log):
error: type `io::IoPack + 'static` is private
--> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql-8.0.0/src/conn/mod.rs:1043:35
|
1043 | let (data, seq_id) = try!(self.get_mut_stream().as_mut().read_packet(old_seq_id));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
cc @blackbeam
Versions that crates depend on:
- v10.0.0 (dbench, dbmigrate, dbmigrate-lib, mysql-repo)
- v8.0.0 (r2d2_mysql)
- v11.1.0(https://github.com/0xpr03/yayd#edf4e83a7a922c8069eef8dd0d0320dbc61d2ff4)