From f11611018f661a22bd5bd76104e63a0f55950214 Mon Sep 17 00:00:00 2001 From: Kai Luo Date: Thu, 23 Mar 2023 15:05:45 +0800 Subject: [PATCH] Fix copy-paste error --- compiler/rustc_codegen_ssa/src/back/linker.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_codegen_ssa/src/back/linker.rs b/compiler/rustc_codegen_ssa/src/back/linker.rs index 9b46e1115e7..43252d5e373 100644 --- a/compiler/rustc_codegen_ssa/src/back/linker.rs +++ b/compiler/rustc_codegen_ssa/src/back/linker.rs @@ -1533,7 +1533,7 @@ fn include_path(&mut self, path: &Path) { } fn framework_path(&mut self, _: &Path) { - bug!("frameworks are not supported on L4Re"); + bug!("frameworks are not supported on AIX"); } fn output_filename(&mut self, path: &Path) {