diff options
| author | Kai Luo <lkail@cn.ibm.com> | 2023-03-23 15:05:45 +0800 |
|---|---|---|
| committer | Kai Luo <lkail@cn.ibm.com> | 2023-03-23 15:05:45 +0800 |
| commit | f11611018f661a22bd5bd76104e63a0f55950214 (patch) | |
| tree | 31fcda9cb984678bf8ee961113e74f4592547b2f /compiler/rustc_codegen_ssa | |
| parent | 485aec41affd054cecc70a73d424b6f4c0f59b98 (diff) | |
| download | rust-f11611018f661a22bd5bd76104e63a0f55950214.tar.gz rust-f11611018f661a22bd5bd76104e63a0f55950214.zip | |
Fix copy-paste error
Diffstat (limited to 'compiler/rustc_codegen_ssa')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/back/linker.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ impl<'a> Linker for AixLinker<'a> { } 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) { |
