-
Notifications
You must be signed in to change notification settings - Fork 14k
Open
Labels
A-fmtArea: `core::fmt`Area: `core::fmt`A-temporary-lifetime-extensionArea: temporary lifetime extensionArea: temporary lifetime extensionF-super_letit's super, let's go!it's super, let's go!I-prioritizeIssue: Indicates that prioritization has been requested for this issue.Issue: Indicates that prioritization has been requested for this issue.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.T-langRelevant to the language teamRelevant to the language teamregression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Milestone
Description
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout] --> src/cmd/pretty_term.rs:81:46
[INFO] [stdout] |
[INFO] [stdout] 80 | / match (v.status().success(), v.status().code()) {
[INFO] [stdout] 81 | | (false, Some(c)) => &format!("({c}) "),
[INFO] [stdout] | | ^^^^^^^^^^^^^^^^-
[INFO] [stdout] | | | |
[INFO] [stdout] | | | temporary value is freed at the end of this statement
[INFO] [stdout] | | creates a temporary value which is freed while still in use
[INFO] [stdout] 82 | | _ => "",
[INFO] [stdout] 83 | | }
[INFO] [stdout] | |_____________________- borrow later used here
[INFO] [stdout] |
[INFO] [stdout] = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] = note: this error originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/gh/3tothe6.u3/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/gh/AnimalRacional.rust-mc-status-server/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/gh/Koyin2005.Kay/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/gh/LevitatingBusinessMan.notificationd/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/gh/RileyLeff.pyst/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/gh/TimL135.gtRust/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/gh/Uzaaft.ratatosk/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/gh/WhyNeet.BlastView/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/gh/alessandrobologna.copilot-lmstudio-proxy/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/gh/bartnv.rnr/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/gh/chlaty.chlaty-hianime/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/gh/chlaty.chlaty-lib-hydrahd/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/gh/erikh.cupnp/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/gh/eyemotif.eyebot2/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/gh/kjuulh.noil/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/gh/kkireeva98.gpu_scheduler_sim/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/gh/mikemiller35.my_order_book/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/gh/scritty1249.Sauron_POE2/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/gh/theubusu.ptdump/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/gh/yeizero.offline-judge-cli/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/gh/zyl-hub.sessio/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/reg/cupnp-0.1.1/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/reg/gradle-dependency-health-checker-0.4.1/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/reg/noil-0.1.2/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.92-3/beta-2025-11-01/reg/notificationd-0.6.0/log.txt
Metadata
Metadata
Assignees
Labels
A-fmtArea: `core::fmt`Area: `core::fmt`A-temporary-lifetime-extensionArea: temporary lifetime extensionArea: temporary lifetime extensionF-super_letit's super, let's go!it's super, let's go!I-prioritizeIssue: Indicates that prioritization has been requested for this issue.Issue: Indicates that prioritization has been requested for this issue.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.T-langRelevant to the language teamRelevant to the language teamregression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.