-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8c0d8d
commit aa7363a
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,4 +147,4 @@ if (d) |*optional_value| { | |
|
||
以上代码中,`*optional_value` 捕获的是可选类型的指针,我们在内部尝试解引用后再一次捕获指针来进行操作。 | ||
|
||
::: | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -417,4 +417,4 @@ pub fn main() !void { | |
|
||
当 `else |x|` 时语法出现在 `while` 表达式上,`while` 条件必须是错误联合类型。 | ||
|
||
::: | ||
::: |