Skip to content

Commit 07c3219

Browse files
author
Nobuaki Sato
committed
Update comopatibility.md for translation
1 parent 4ef7201 commit 07c3219

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

TranslationTable.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
| r-value | 右辺値
167167
| range | レンジ
168168
| raw pointer | 生ポインタ
169+
| raw identifier | 生識別子
169170
| re-assignment | 再代入
170171
| rebind | 再束縛
171172
| reference count | 参照カウント

src/compatibility.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
<!--
22
# Compatibility
33
-->
4+
# 互換性
45

5-
# Compatibility
6-
6+
<!--
77
The Rust language is fastly evolving, and because of this certain compatibility
88
issues can arise, despite efforts to ensure forwards-compatibility wherever
99
possible.
10+
-->
11+
Rust言語は急速に進化しており、可能な限り前方互換性を確保する努力にも関わらず、特定の互換性の問題が生じることがあります。
1012

11-
- [Raw identifiers](compatibility/raw_identifiers.md)
13+
<!--
14+
* [Raw identifiers](compatibility/raw_identifiers.md)
15+
-->
16+
* [生識別子](compatibility/raw_identifiers.md)

0 commit comments

Comments
 (0)