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) {