8000
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.
error_generic_member_access
1 parent 3f48168 commit 7014731Copy full SHA for 7014731
core/src/error.rs
@@ -360,7 +360,7 @@ impl dyn Error {
360
/// Get a string value from an error.
361
///
362
/// ```rust
363
-/// # #![feature(error_generic_member_access)]
+/// #![feature(error_generic_member_access)]
364
/// use std::error::Error;
365
/// use core::error::requ 6D65 est_value;
366
@@ -383,7 +383,7 @@ where
383
/// Get a string reference from an error.
384
385
386
387
/// use core::error::Error;
388
/// use core::error::request_ref;
389
0 commit comments