about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
diff options
context:
space:
mode:
authorNoritada Kobayashi <noritada.kobayashi@gmail.com>2024-01-22 01:02:20 +0900
committerNoritada Kobayashi <noritada.kobayashi@gmail.com>2024-01-22 01:02:20 +0900
commitff02662d44b2e7841c9e5476f13dcb8f7509b1f1 (patch)
tree35ba03527fa479de9ca40921f4027bcb89f0efc1 /compiler/rustc_codegen_ssa
parentfa404339c9821b9c61661d63326d95e354b9753f (diff)
downloadrust-ff02662d44b2e7841c9e5476f13dcb8f7509b1f1.tar.gz
rust-ff02662d44b2e7841c9e5476f13dcb8f7509b1f1.zip
Correct the anchor of an URL in an error message
Diffstat (limited to 'compiler/rustc_codegen_ssa')
-rw-r--r--compiler/rustc_codegen_ssa/messages.ftl2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/messages.ftl b/compiler/rustc_codegen_ssa/messages.ftl
index 5881c6236ec..a80f6a1add0 100644
--- a/compiler/rustc_codegen_ssa/messages.ftl
+++ b/compiler/rustc_codegen_ssa/messages.ftl
@@ -325,7 +325,7 @@ codegen_ssa_unsupported_arch = unsupported arch `{$arch}` for os `{$os}`
 
 codegen_ssa_unsupported_link_self_contained = option `-C link-self-contained` is not supported on this target
 
-codegen_ssa_use_cargo_directive = use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname)
+codegen_ssa_use_cargo_directive = use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-link-lib)
 
 codegen_ssa_version_script_write_failure = failed to write version script: {$error}