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 0efc482 commit dbe58a7Copy full SHA for dbe58a7
1.6/ja/book/conditional-compilation.md
@@ -1,4 +1,5 @@
1
-% Conditional Compilation
+% 条件付きコンパイル
2
+<!-- % Conditional Compilation -->
3
4
Rust has a special attribute, `#[cfg]`, which allows you to compile code
5
based on a flag passed to the compiler. It has two forms:
0 commit comments