]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_metadata/src/errors.rs
Stabilize default_alloc_error_handler
[rust.git] / compiler / rustc_metadata / src / errors.rs
index e5b91d566e524be3b54e4faca8e74d9c4cded449..3f0869c19ad4de73f07f90d43c110b1ba3d444ce 100644 (file)
@@ -371,14 +371,6 @@ pub struct ConflictingAllocErrorHandler {
 #[diag(metadata_global_alloc_required)]
 pub struct GlobalAllocRequired;
 
-#[derive(Diagnostic)]
-#[diag(metadata_alloc_func_required)]
-pub struct AllocFuncRequired;
-
-#[derive(Diagnostic)]
-#[diag(metadata_missing_alloc_error_handler)]
-pub struct MissingAllocErrorHandler;
-
 #[derive(Diagnostic)]
 #[diag(metadata_no_transitive_needs_dep)]
 pub struct NoTransitiveNeedsDep<'a> {