We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc8cd6d + 9308860 commit db4467fCopy full SHA for db4467f
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