File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8826,7 +8826,7 @@ msgid ""
8826
8826
"implemented for every type, only implement it for your type if you require "
8827
8827
"its own destructor logic."
8828
8828
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)"
8830
8830
"トレイトによって提供されています。"
8831
8831
"デストラクタは資源がスコープを抜けるときに呼び出されます。"
8832
8832
"`Drop`トレイトは型定義のたびに必ず実装する必要があるわけではなく、"
@@ -16559,7 +16559,7 @@ msgid ""
16559
16559
"may be provided and all clobbers from all specified ABIs will be inserted."
16560
16560
msgstr ""
16561
16561
"デフォルトでは、`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)"
16563
16563
"引数は、与えられた呼び出し規約のABIに従って、"
16564
16564
"必要なクロバーオペランドを自動的に挿入するようコンパイラに伝えます。"
16565
16565
"そのABIで完全に保存されていないレジスタは、クロバーとして扱われます。"
@@ -16741,7 +16741,7 @@ msgstr ""
16741
16741
"`0`、`11`、`101010`といった`0`と`1`だけで構成されたラベルは、"
16742
16742
"バイナリ値として解釈されてしまうため、使用してはいけません。"
16743
16743
"`options(att_syntax)`を使うと曖昧さを避けられますが、`asm!`ブロック _全体_ の構文に影響します。"
16744
- "(`options`については、後述の[オプション](#options )を参照してください。)"
16744
+ "(`options`については、後述の[オプション](#オプション )を参照してください。)"
16745
16745
16746
16746
#: src/unsafe/asm.md:424
16747
16747
msgid "\"mov {0}, 10\""
You can’t perform that action at this time.
0 commit comments