From c08c7797973640eb37861dd3bef21eef374c4202 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` --- core/src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/error.rs b/core/src/error.rs index 4a8efe15e..5fbb0e791 100644 --- a/core/src/error.rs +++ b/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;