提交 25543f38 编写于 作者: G Guillaume Gomez

Add missing backticks

上级 715f7c3c
......@@ -312,6 +312,7 @@ println!("{}", y);
We get this error:
```text
error: `x` does not live long enough
y = &x;
^
......@@ -347,6 +348,7 @@ println!("{}", y);
We get this error:
```text
error: `x` does not live long enough
y = &x;
^
......@@ -366,3 +368,4 @@ statement 1 at 3:14
println!("{}", y);
}
```
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册