Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/tools/lint/test/files/clippy/test1/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 276 B image not shown  

Quelle  bad.rs   Sprache: unbekannt

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

fn main() {
    // Statements here are executed when the compiled binary is called

    // Print text to the console
    println!("Hello World!");
    // Clippy detects this as a swap and considers this as an error
    let mut a=1;
    let mut b=1;

    a = b;
    b = a;


}

[ Dauer der Verarbeitung: 0.25 Sekunden  ]