1
Fork 0

Add provider API to error trait

This commit is contained in:
Jane Lusby 2022-06-13 14:10:25 -07:00
parent 083721a1a7
commit 03999c2394
2 changed files with 116 additions and 1 deletions

View file

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