We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1efa5c commit 3ed26fdCopy full SHA for 3ed26fd
src/2025h1/eii.md
@@ -69,7 +69,7 @@ but we estimate that six months is enough to make the feature available for expe
69
70
### The "shiny future" we are working towards
71
72
-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.
73
At that point, an attribute like `#[panic_handler]` would simply be a regular (externally implementable) item exported by `core`, for example.
74
75
After stabilization, other crates in the ecosystem, such as the `log` crate, should be able to make use of this as well.
0 commit comments