You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-08-15 04:52:43 +02:00
Update translation in src/basic-syntax/variables.md
Co-authored-by: whd <7058128+superwhd@users.noreply.github.com>
This commit is contained in:
@@ -3574,7 +3574,7 @@ msgid ""
|
|||||||
"* Note that since `println!` is a macro, `x` is not moved, even using the "
|
"* Note that since `println!` is a macro, `x` is not moved, even using the "
|
||||||
"function like syntax of `println!(\"x: {}\", x)`"
|
"function like syntax of `println!(\"x: {}\", x)`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"* 由于类型推导,`i32` 可以不写。随着课程推进,我们逐渐会越来越少地看到类型声明。\n"
|
"* 由于类型推导,`i32` 可以省略。随着课程推进,我们会越来越少地看到类型声明。\n"
|
||||||
"* 需要注意的是由于 `println!` 是一个宏,尽管使用了一个 `println!(\"x: {}\", x)` 这样"
|
"* 需要注意的是由于 `println!` 是一个宏,尽管使用了一个 `println!(\"x: {}\", x)` 这样"
|
||||||
"形如函数的语法,`x` 也不会被移动。"
|
"形如函数的语法,`x` 也不会被移动。"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user