We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef7201 commit 07c3219Copy full SHA for 07c3219
TranslationTable.md
@@ -166,6 +166,7 @@
166
| r-value | 右辺値
167
| range | レンジ
168
| raw pointer | 生ポインタ
169
+| raw identifier | 生識別子
170
| re-assignment | 再代入
171
| rebind | 再束縛
172
| reference count | 参照カウント
src/compatibility.md
@@ -1,11 +1,16 @@
1
<!--
2
# Compatibility
3
-->
4
+# 互換性
5
-# Compatibility
6
-
+<!--
7
The Rust language is fastly evolving, and because of this certain compatibility
8
issues can arise, despite efforts to ensure forwards-compatibility wherever
9
possible.
10
+-->
11
+Rust言語は急速に進化しており、可能な限り前方互換性を確保する努力にも関わらず、特定の互換性の問題が生じることがあります。
12
-- [Raw identifiers](compatibility/raw_identifiers.md)
13
14
+* [Raw identifiers](compatibility/raw_identifiers.md)
15
16
+* [生識別子](compatibility/raw_identifiers.md)
0 commit comments