Skip to content

Commit 7133f4c

Browse files
committed
Fix some broken links in ja.po
1 parent 229ad13 commit 7133f4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

po/ja.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8826,7 +8826,7 @@ msgid ""
88268826
"implemented for every type, only implement it for your type if you require "
88278827
"its own destructor logic."
88288828
msgstr ""
8829-
"Rustにおけるデストラクタの概念は[`Drop`]https://doc.rust-lang.org/std/ops/trait.Drop.html)"
8829+
"Rustにおけるデストラクタの概念は[`Drop`](https://doc.rust-lang.org/std/ops/trait.Drop.html)"
88308830
"トレイトによって提供されています。"
88318831
"デストラクタは資源がスコープを抜けるときに呼び出されます。"
88328832
"`Drop`トレイトは型定義のたびに必ず実装する必要があるわけではなく、"
@@ -16559,7 +16559,7 @@ msgid ""
1655916559
"may be provided and all clobbers from all specified ABIs will be inserted."
1656016560
msgstr ""
1656116561
"デフォルトでは、`asm!`は、出力として指定されていないレジスタはアセンブリコードによって中身が維持される、と考えます。"
16562-
"`asm!`に渡される[`clobber_abi`](../../reference/inline-assembly.html#abi-clobbers)"
16562+
"`asm!`に渡される[`clobber_abi`](https://doc.rust-lang.org/stable/reference/inline-assembly.html#abi-clobbers)"
1656316563
"引数は、与えられた呼び出し規約のABIに従って、"
1656416564
"必要なクロバーオペランドを自動的に挿入するようコンパイラに伝えます。"
1656516565
"そのABIで完全に保存されていないレジスタは、クロバーとして扱われます。"
@@ -16741,7 +16741,7 @@ msgstr ""
1674116741
"`0`、`11`、`101010`といった`0`と`1`だけで構成されたラベルは、"
1674216742
"バイナリ値として解釈されてしまうため、使用してはいけません。"
1674316743
"`options(att_syntax)`を使うと曖昧さを避けられますが、`asm!`ブロック _全体_ の構文に影響します。"
16744-
"(`options`については、後述の[オプション](#options)を参照してください。)"
16744+
"(`options`については、後述の[オプション](#オプション)を参照してください。)"
1674516745

1674616746
#: src/unsafe/asm.md:424
1674716747
msgid "\"mov {0}, 10\""

0 commit comments

Comments
 (0)