From 3ed26fd345698de857bdb67cafdd698c863a0c65 Mon Sep 17 00:00:00 2001 From: Mara Bos Date: Thu, 9 Jan 2025 16:07:12 +0100 Subject: [PATCH] Tweak wording in eii.md --- src/2025h1/eii.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/2025h1/eii.md b/src/2025h1/eii.md index b4730d4..186ca56 100644 --- a/src/2025h1/eii.md +++ b/src/2025h1/eii.md @@ -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.