Rollup merge of #73797 - atetubou:patch-1, r=jonas-schievink
fix typo in self-profile.md
This commit is contained in:
commit
dc843a8c6d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ For example:
|
|||
First, run a compilation session and provide the `-Zself-profile` flag:
|
||||
|
||||
```console
|
||||
$ rustc --crate-name foo -Zself-profile`
|
||||
$ rustc --crate-name foo -Zself-profile
|
||||
```
|
||||
|
||||
This will generate three files in the working directory such as:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue