Skip to content

url 0.5.10 and 1.5.1 beta regression #43684

Closed
@est31

Description

@est31

url versions 0.5.10 and 1.5.1 regressed from stable to beta (full log 1, full log 2):

Aug 04 02:42:21.790 INFO kablam! error[E0560]: struct `__test::test::TestDesc` has no field named `allow_fail`
Aug 04 02:42:21.790 INFO kablam!   --> tests/unit.rs:20:1
Aug 04 02:42:21.790 INFO kablam!    |
Aug 04 02:42:21.790 INFO kablam! 20 | / fn size() {
Aug 04 02:42:21.790 INFO kablam! 21 | |     use std::mem::size_of;
Aug 04 02:42:21.790 INFO kablam! 22 | |     assert_eq!(size_of::<Url>(), size_of::<Option<Url>>());
Aug 04 02:42:21.790 INFO kablam! 23 | | }
Aug 04 02:42:21.790 INFO kablam!    | |_^ `__test::test::TestDesc` does not have this field
Aug 04 02:42:21.790 INFO kablam! 

cc @seanmonstar @SimonSapin @Hoverbear

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