Rollup merge of #98072 - yaahc:generic-member-access, r=thomcc

Add provider API to error trait

Implements https://github.com/rust-lang/rfcs/pull/2895
This commit is contained in:
Dylan DPC
2022-07-14 19:24:02 +05:30
committed by GitHub
2 changed files with 117 additions and 1 deletions

View File

@@ -286,6 +286,7 @@
#![feature(panic_internals)]
#![feature(portable_simd)]
#![feature(prelude_2024)]
#![feature(provide_any)]
#![feature(ptr_as_uninit)]
#![feature(raw_os_nonzero)]
#![feature(slice_internals)]