Skip to content

Commit

Permalink
significant -> key
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko Matsakis committed Jan 15, 2025
1 parent fc23f8e commit b85ef70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/2025h1/const-trait.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Prepare `const Trait` bounds for stabilization.

## Motivation

`const fn` on stable are unable to invoke trait methods, limiting their usefulness. After years of experimentation, the compiler now has a promising implementation of `const traits` and significant parts of the stdlib have been updated to use it. However, the feature is still firmly in experimental territory: there has never been an RFC describing its syntax.
`const fn` on stable are unable to invoke trait methods, limiting their usefulness. After years of experimentation, the compiler now has a promising implementation of `const traits` and key parts of the stdlib have been updated to use it. However, the feature is still firmly in experimental territory: there has never been an RFC describing its syntax.

The goal for the next 6 months is to author an RFC proposing an end-user syntax for const bounds and a specific semantics. Our believe is that the core implementation work is done and that it should be possible to merge the RFC, implement the syntactic choices, issue a public call for experimentation, and otherwise pave the ground for stabilization (stabilization itself is a stretch goal and seems likely to occur in 2025H2).

Expand Down

0 comments on commit b85ef70

Please sign in to comment.