• # Rust

    Posté par . En réponse au journal Un décalage de 64 bits, ça vous inspire comment ?. Évalué à 10.

    En rust ça compile pas :

    error:bitshiftexceedsthetype'snumberofbits,#[deny(exceeding_bitshifts)]onbydefault
    -->src/main.rs:3:9
    |
    3|a=a>>64;
    |^^^^^^^
    error:abortingduetopreviouserror