-
Notifications
You must be signed in to change notification settings - Fork 226
所有权节有别字 #160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Naupio
pushed a commit
that referenced
this issue
Apr 8, 2016
Naupio
pushed a commit
that referenced
this issue
Apr 8, 2016
Naupio
pushed a commit
that referenced
this issue
Apr 10, 2016
Naupio
pushed a commit
that referenced
this issue
Apr 12, 2016
* fix #160 * rewrite 04 chapter: add 04-00-rust-travel * fix #163 * update 12-01 * add 04-01-primitive-type && update 04-00 * add 04-01-primitive-type && update 04-00 * add 04-01-primitive-type && update 04-00 * update readme * update readme * add 04-02-primitive-type * add 04-03-struct-enum * rewrite: add 04 chapter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这是因为Rust并不会像其他语言一样可以为变量默认初始化值,Rust明确规定变量的初始值必须有程序员自己决定。
有 -> 由
The text was updated successfully, but these errors were encountered: