-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed as not planned
Closed as not planned
Copy link
Labels
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
- https://crater-reports.s3.amazonaws.com/beta-1.81-2/beta-2024-07-26/reg/minfac-0.0.1/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.81-2/beta-2024-07-26/reg/saleae-0.1.0/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.81-2/beta-2024-07-26/reg/vsmtp-common-2.2.1/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.81-2/beta-2024-07-26/reg/vsmtp-protocol-2.2.1/log.txt
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout] --> src/untyped.rs:26:11
[INFO] [stdout] |
[INFO] [stdout] 26 | &*(self.pointer as *const dyn Fn(&ServiceProvider) -> T)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `()`, found `(&ServiceProvider,)`
[INFO] [stdout] |
[INFO] [stdout] = note: expected trait object `dyn Fn()`
[INFO] [stdout] found trait object `dyn for<'a> Fn(&'a ServiceProvider) -> T`
#120248 (comment) I believe is accepted breakage? cc @WaffleLapkin
Metadata
Metadata
Assignees
Labels
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.