Rollup merge of #103766 - lukas-code:error-in-core, r=Dylan-DPC

Add tracking issue to `error_in_core`

This was merged in https://github.com/rust-lang/rust/pull/99917 without a tracking issue, so I'm creating one now: https://github.com/rust-lang/rust/issues/103765
This commit is contained in:
Dylan DPC 2022-10-31 14:52:57 +05:30 committed by GitHub
commit d80bcf8316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;