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.
2 parents 01ed6ef + 9308860 commit c6c0515Copy full SHA for c6c0515
src/doc/unstable-book/src/compiler-flags/self-profile.md
@@ -13,7 +13,7 @@ For example:
13
First, run a compilation session and provide the `-Zself-profile` flag:
14
15
```console
16
-$ rustc --crate-name foo -Zself-profile`
+$ rustc --crate-name foo -Zself-profile
17
```
18
19
This will generate three files in the working directory such as:
0 commit comments