From f56d3c3140091c8043035c9b895c9fc42d9968b7 Mon Sep 17 00:00:00 2001 From: Lukas Markeffsky <@> Date: Sun, 30 Oct 2022 17:26:46 +0100 Subject: [PATCH] Add tracking issue to `error_in_core` --- library/core/src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/core/src/error.rs b/library/core/src/error.rs index 4a8efe15e596b..5fbb0e79114bb 100644 --- a/library/core/src/error.rs +++ b/library/core/src/error.rs @@ -1,5 +1,5 @@ #![doc = include_str!("error.md")] -#![unstable(feature = "error_in_core", issue = "none")] +#![unstable(feature = "error_in_core", issue = "103765")] #[cfg(test)] mod tests;