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 30e3bd1 commit edffafdCopy full SHA for edffafd
docs/languages/rust/variable.md
@@ -1,9 +1,5 @@
1
# Rust 的变量与类型
2
3
-!!! caution
4
-
5
- 本页尚未完工
6
7
## 变量声明
8
9
Rust 语言中通过 `let` 关键字来声明变量。Rust 是一门静态强类型语言,因此任何一个变量都有一个确定、不可变的类型。如果在声明同时初始化,则可以依靠编译器的类型推断来得到变量类型,不一定需要显式指定类型。
0 commit comments