78
Announcing Rust 1.79.0 (blog.rust-lang.org)
you are viewing a single comment's thread
view the rest of the comments
[-] calcopiritus@lemmy.world 2 points 5 months ago

I don't understand what the advantages of const expressions are.

Isn't const { None } the same as just None?

[-] taladar@sh.itjust.works 7 points 5 months ago

const expressions are evaluated at compile time and can be used in locations where you would have to otherwise specify a literal (or something that amounts to a named literal like a const value).

this post was submitted on 13 Jun 2024
78 points (98.8% liked)

Rust

5999 readers
24 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS