1
Fork 0

Rollup merge of #73797 - atetubou:patch-1, r=jonas-schievink

fix typo in self-profile.md
This commit is contained in:
Manish Goregaokar 2020-06-27 22:30:05 -07:00 committed by GitHub
commit dc843a8c6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: