• @marcos
    link
    289 months ago

    Rust required you to fix all the errors before running the code.

    • asudox
      link
      79 months ago

      Runtime errors are still a thing.

      • @marcos
        link
        149 months ago

        Compared to that trio, they are a rarity that make people excited just to spot one.

        • Turun
          link
          fedilink
          59 months ago

          I have a graphical application that crashes regularly when I switch between displays with Ctrl+alt+number. Something in the winit stack does not like it.

        • asudox
          link
          2
          edit-2
          9 months ago

          Runtime errors are rare? Interesting. I guess it depends on how much error handling the dev additionally wants to do.