Skip to content

Commit d80bcf8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/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)