Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some broken links in ja.po #1844

Merged
merged 1 commit into from
May 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading