Move error trait into core

This commit is contained in:
Jane Losare-Lusby
2022-07-29 18:54:47 +00:00
committed by Jane Lusby
parent e0dc8d7801
commit bf7611d55e
25 changed files with 1264 additions and 226 deletions

View File

@@ -302,6 +302,8 @@ pub mod clone;
pub mod cmp;
pub mod convert;
pub mod default;
#[cfg(not(bootstrap))]
pub mod error;
pub mod marker;
pub mod ops;