mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
Rollup merge of #114973 - shepmaster:std-provide-value, r=Amanieu
Expose core::error::request_value in std I think this was simply forgotten in #113464. /cc ``@waynr`` r? ``@Amanieu``
This commit is contained in:
commit
cbcdf7580b
@ -10,7 +10,7 @@ use crate::fmt::{self, Write};
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use core::error::Error;
|
||||
#[unstable(feature = "error_generic_member_access", issue = "99301")]
|
||||
pub use core::error::{request_ref, Request};
|
||||
pub use core::error::{request_ref, request_value, Request};
|
||||
|
||||
mod private {
|
||||
// This is a hack to prevent `type_id` from being overridden by `Error`
|
||||
|
Loading…
Reference in New Issue
Block a user