Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Java/Threema/domain/libthreema/macros/tests/fail/     Datei vom 25.3.2026 mit Größe 625 B image not shown  

Quelle  02-not-u8.stderr   Sprache: unbekannt

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

error[E0308]: mismatched types
 --> tests/fail/02-not-u8.rs:7:48
  |
7 |     let _result: [u8; 4] = concat_fixed_bytes!(b); // b is a u16 array
  |                                                ^ expected `[u8; _]`, found `[u16; 2]`
  |
  = note: expected array `[u8; _]`
             found array `[u16; 2]`

error[E0308]: mismatched types
 --> tests/fail/02-not-u8.rs:8:51
  |
8 |     let _result: [u8; 8] = concat_fixed_bytes!(a, b); // b is a u16 array
  |                                                   ^ expected `[u8; _]`, found `[u16; 2]`
  |
  = note: expected array `[u8; _]`
             found array `[u16; 2]`

[Dauer der Verarbeitung: 0.14 Sekunden, vorverarbeitet 2026-05-01]