Skip to content

derivative-1.0.0 beta regression #43663

Closed
@est31

Description

@est31

derivative version 1.0.0 regressed from stable to beta (full log):

error[E0277]: the trait bound `[u8]: std::marker::Sized` is not satisfied in `Row<u8>`
  --> tests/rustc-issue-25394.rs:18:24
   |
18 | fn use_row(_: Row<u8>) {}
   |                        ^ `[u8]` does not have a constant size known at compile-time
   |
   = help: within `Row<u8>`, the trait `std::marker::Sized` is not implemented for `[u8]`
   = note: required because it appears within the type `Row<u8>`

cc @mcarton

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