-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant 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.Performance or correctness regression from stable to beta.
Description
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!
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant 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.Performance or correctness regression from stable to beta.