Skip to content

Commit

Permalink
Rollup merge of #103766 - lukas-code:error-in-core, r=Dylan-DPC
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Dylan-DPC committed Oct 31, 2022
2 parents 082fc0a + c08c779 commit 52c7d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/error.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 52c7d2f

Please sign in to comment.