• philm@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    yeah as nice as it is what you can achieve with trait-bounds there are definitely trade-offs, being compile time and error messages, and sometimes mental complexity, understanding what the trait-bounds exactly mean… I really hope, that this area gets improvement on at least the error-messages and compile time (incremental cached type-checking via something like salsa)

    • Flipper@feddit.de
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      I much prefer getting told of that it doesn’t match a trait than get 600 characters of which the majority is implementation detail of global allocators und from what exactly the string is derived.