-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Closed as not planned
Labels
regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Milestone
Description
[INFO] [stdout] error[E0310]: the parameter type `T` may not live long enough
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cogo-0.1.2/src/yield_now.rs:35:13
[INFO] [stdout] |
[INFO] [stdout] 35 | let r = resource as &dyn EventSource as *const _ as *mut _;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | the parameter type `T` must be valid for the static lifetime...
[INFO] [stdout] | ...so that the type `T` will meet its required lifetime bounds
[INFO] [stdout] |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout] |
[INFO] [stdout] 21 | pub fn yield_with<T: EventSource + 'static>(resource: &T) {
[INFO] [stdout] | +++++++++
- https://crater-reports.s3.amazonaws.com/beta-1.94-3/beta-2026-01-26/gh/niuchangqing.rust-web-demo/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.94-3/beta-2026-01-26/reg/makepad-widget-0.1.0/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.94-3/beta-2026-01-26/reg/makepad-0.1.0/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.94-3/beta-2026-01-26/gh/FTP-rs.ftp-server-may-rs/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.94-3/beta-2026-01-26/gh/nickChenyx.rdial/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.94-3/beta-2026-01-26/reg/co_managed-0.2.1/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.94-3/beta-2026-01-26/gh/abbychau.usize-kv/log.txt
I think this is all #136776, so closing as expected breakage.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.