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 5362461 commit 26242afCopy full SHA for 26242af
1.6/ja/book/intrinsics.md
@@ -13,7 +13,7 @@
13
<!-- via a declaration like -->
14
intrinsicsは特別なABI `rust-intrinsic` を用いて、FFIの関数で有るかのようにインポートされます。
15
例えば、独立したコンテキストの中で型の間の `transmute` をしたい場合や、効率的なポインタ演算を行いたい場合、
16
-それらの関数を以下ような宣言を通してインポートします
+それらの関数を以下のような宣言を通してインポートします
17
18
```rust
19
#![feature(intrinsics)]
0 commit comments