Skip to content

mysql beta regression #43662

Closed
Closed
@est31

Description

@est31

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions