Merge pull request #1140 from robinv8/main

fix: 解决代码运行保存的问题
pull/1144/head
Sunface 2 years ago committed by GitHub
commit a49dc375b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -85,7 +85,7 @@ int* foo() {
作用域是一个变量在程序中有效的范围, 假如有这样一个变量:
```rust
let s = "hello"
let s = "hello";
```
变量 `s` 绑定到了一个字符串字面值,该字符串字面值是硬编码到程序代码中的。`s` 变量从声明的点开始直到当前作用域的结束都是有效的:

Loading…
Cancel
Save