Skip to content

Commit

Permalink
Merge pull request #1844 from dalance/fix_broken_links
Browse files Browse the repository at this point in the history
Fix some broken links in ja.po
  • Loading branch information
marioidival authored May 14, 2024
2 parents 50b7013 + 7133f4c commit c84e386
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions po/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -8826,7 +8826,7 @@ msgid ""
"implemented for every type, only implement it for your type if you require "
"its own destructor logic."
msgstr ""
"Rustにおけるデストラクタの概念は[`Drop`]https://doc.rust-lang.org/std/ops/trait.Drop.html)"
"Rustにおけるデストラクタの概念は[`Drop`](https://doc.rust-lang.org/std/ops/trait.Drop.html)"
"トレイトによって提供されています。"
"デストラクタは資源がスコープを抜けるときに呼び出されます。"
"`Drop`トレイトは型定義のたびに必ず実装する必要があるわけではなく、"
Expand Down Expand Up @@ -16559,7 +16559,7 @@ msgid ""
"may be provided and all clobbers from all specified ABIs will be inserted."
msgstr ""
"デフォルトでは、`asm!`は、出力として指定されていないレジスタはアセンブリコードによって中身が維持される、と考えます。"
"`asm!`に渡される[`clobber_abi`](../../reference/inline-assembly.html#abi-clobbers)"
"`asm!`に渡される[`clobber_abi`](https://doc.rust-lang.org/stable/reference/inline-assembly.html#abi-clobbers)"
"引数は、与えられた呼び出し規約のABIに従って、"
"必要なクロバーオペランドを自動的に挿入するようコンパイラに伝えます。"
"そのABIで完全に保存されていないレジスタは、クロバーとして扱われます。"
Expand Down Expand Up @@ -16741,7 +16741,7 @@ msgstr ""
"`0`、`11`、`101010`といった`0`と`1`だけで構成されたラベルは、"
"バイナリ値として解釈されてしまうため、使用してはいけません。"
"`options(att_syntax)`を使うと曖昧さを避けられますが、`asm!`ブロック _全体_ の構文に影響します。"
"(`options`については、後述の[オプション](#options)を参照してください。)"
"(`options`については、後述の[オプション](#オプション)を参照してください。)"

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

0 comments on commit c84e386

Please sign in to comment.