about summary refs log tree commit diff
path: root/compiler/rustc_session/src/errors.rs
diff options
context:
space:
mode:
authorMrmaxmeier <Mrmaxmeier@gmail.com>2024-08-06 20:31:12 +0200
committerMrmaxmeier <Mrmaxmeier@gmail.com>2024-08-06 20:31:12 +0200
commit6899f5a8e12986ee16e028f1597963d0de668aca (patch)
treeaec6a02c0b5a61be8fab09855ea66d61b0574877 /compiler/rustc_session/src/errors.rs
parent608901b9c07d7d2f3e2803378c4f0cc07c61bc36 (diff)
downloadrust-6899f5a8e12986ee16e028f1597963d0de668aca.tar.gz
rust-6899f5a8e12986ee16e028f1597963d0de668aca.zip
-Zembed-source: Don't try to warn about incompatible codegen backends
Diffstat (limited to 'compiler/rustc_session/src/errors.rs')
-rw-r--r--compiler/rustc_session/src/errors.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc_session/src/errors.rs b/compiler/rustc_session/src/errors.rs
index f708109b87a..15bbd4ff7bf 100644
--- a/compiler/rustc_session/src/errors.rs
+++ b/compiler/rustc_session/src/errors.rs
@@ -176,10 +176,6 @@ pub(crate) struct EmbedSourceInsufficientDwarfVersion {
 pub(crate) struct EmbedSourceRequiresDebugInfo;
 
 #[derive(Diagnostic)]
-#[diag(session_embed_source_requires_llvm_backend)]
-pub(crate) struct EmbedSourceRequiresLLVMBackend;
-
-#[derive(Diagnostic)]
 #[diag(session_target_stack_protector_not_supported)]
 pub(crate) struct StackProtectorNotSupportedForTarget<'a> {
     pub(crate) stack_protector: StackProtector,