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 03999c2 commit fb2d2e5Copy full SHA for fb2d2e5
library/std/src/error.rs
@@ -298,14 +298,13 @@ pub trait Error: Debug + Display {
298
299
/// Provides type based access to context intended for error reports.
300
///
301
- /// Used in conjunction with [`context`] and [`context_ref`] to extract
+ /// Used in conjunction with [`provide_value`] and [`provide_ref`] to extract
302
/// references to member variables from `dyn Error` trait objects.
303
304
/// # Example
305
306
/// ```rust
307
/// #![feature(provide_any)]
308
- /// #![feature(error_in_core)]
309
/// use core::fmt;
310
/// use core::any::Demand;
311
0 commit comments