• Ginny [they/she]
    link
    fedilink
    arrow-up
    13
    ·
    3 months ago

    Rust probably stabilise some of its experimental features before we can rewrite the world with it. Const generics for one. (I’d help out with the implementation if I could…)

    • Plop
      link
      fedilink
      arrow-up
      3
      ·
      3 months ago

      Const generics are already stable. Do you mean const inline or const expressions on type level?

      • Ginny [they/she]
        link
        fedilink
        arrow-up
        4
        ·
        3 months ago

        Sorry, I was thinking of other features covered by the Const Generics Project Group, like generic_const_exprs.

        • Plop
          link
          fedilink
          arrow-up
          2
          ·
          3 months ago

          Has there been any progress on that? The projects repo seems somewhat dead.

          • Ginny [they/she]
            link
            fedilink
            arrow-up
            3
            ·
            3 months ago

            There seems to be a couple of people keeping the lights on at the project zulip but they are presumably busy with other things.

            • Plop
              link
              fedilink
              arrow-up
              2
              ·
              3 months ago

              Ah okay! Would love to see a stable generic_const_expr one day.