Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/anyhow/tests/ui/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 628 B image not shown  

Quelle  temporary-value.stderr   Sprache: unbekannt

 
Spracherkennung für: .stderr vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

error[E0716]: temporary value dropped while borrowed
 --> tests/ui/temporary-value.rs:4:22
  |
4 |     let _ = anyhow!(&String::new());
  |             ---------^^^^^^^^^^^^^-
  |             |        |
  |             |        creates a temporary value which is freed while still in use
  |             temporary value is freed at the end of this statement
  |             argument requires that borrow lasts for `'static`
  |
note: requirement that the value outlives `'static` introduced here
 --> src/kind.rs
  |
  |         M: Display + Debug + Send + Sync + 'static,
  |                                            ^^^^^^^

[Dauer der Verarbeitung: 0.16 Sekunden, vorverarbeitet 2026-08-25]