We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d2175 commit 69dce6bCopy full SHA for 69dce6b
std/src/error.rs
@@ -12,14 +12,6 @@ pub use core::error::Error;
12
#[unstable(feature = "error_generic_member_access", issue = "99301")]
13
pub use core::error::{request_ref, request_value, Request};
14
15
-mod private {
16
- // This is a hack to prevent `type_id` from being overridden by `Error`
17
- // implementations, since that can enable unsound downcasting.
18
- #[unstable(feature = "error_type_id", issue = "60784")]
19
- #[derive(Debug)]
20
- pub struct Internal;
21
-}
22
-
23
/// An error reporter that prints an error and its sources.
24
///
25
/// Report also exposes configuration options for formatting the error sources, either entirely on a
0 commit comments