Skip to content

Commit 52c7d2f

Browse files
authored
Rollup merge of #103766 - lukas-code:error-in-core, r=Dylan-DPC
Add tracking issue to `error_in_core` This was merged in rust-lang/rust#99917 without a tracking issue, so I'm creating one now: rust-lang/rust#103765
2 parents 082fc0a + c08c779 commit 52c7d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![doc = include_str!("error.md")]
2-
#![unstable(feature = "error_in_core", issue = "none")]
2+
#![unstable(feature = "error_in_core", issue = "103765")]
33

44
#[cfg(test)]
55
mod tests;

0 commit comments

Comments
 (0)