mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 09:14:20 +00:00
remove outdated references
This commit is contained in:
parent
03999c2394
commit
fb2d2e53fd
@ -298,14 +298,13 @@ pub trait Error: Debug + Display {
|
||||
|
||||
/// Provides type based access to context intended for error reports.
|
||||
///
|
||||
/// Used in conjunction with [`context`] and [`context_ref`] to extract
|
||||
/// Used in conjunction with [`provide_value`] and [`provide_ref`] to extract
|
||||
/// references to member variables from `dyn Error` trait objects.
|
||||
///
|
||||
/// # Example
|
||||
///
|
||||
/// ```rust
|
||||
/// #![feature(provide_any)]
|
||||
/// #![feature(error_in_core)]
|
||||
/// use core::fmt;
|
||||
/// use core::any::Demand;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user