Skip to content

Commit

Permalink
Tweak wording in eii.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se authored Jan 9, 2025
1 parent e1efa5c commit 3ed26fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/2025h1/eii.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ but we estimate that six months is enough to make the feature available for expe

### The "shiny future" we are working towards

In the longer term, this feature should be able to replace the magic behind the panic handler, global allocator, oom handler, and so on.
This feature should be able to replace the magic behind the panic handler, global allocator, oom handler, and so on.
At that point, an attribute like `#[panic_handler]` would simply be a regular (externally implementable) item exported by `core`, for example.

After stabilization, other crates in the ecosystem, such as the `log` crate, should be able to make use of this as well.
Expand Down

0 comments on commit 3ed26fd

Please sign in to comment.