We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e836a4c commit 686a611Copy full SHA for 686a611
src/libstd/error.rs
@@ -207,7 +207,7 @@ pub trait Error: Debug + Display {
207
}
208
209
mod private {
210
- // this is a hack to prevent type_id from being overridden by Error
+ // This is a hack to prevent `type_id` from being overridden by `Error`
211
// implementations, since that can enable unsound downcasting.
212
#[unstable(feature = "error_type_id", issue = "60784")]
213
#[derive(Debug)]
0 commit comments