Skip to content

Commit

Permalink
Fixed typing errors (rust-lang#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaT-code authored Feb 26, 2023
1 parent 9d76913 commit b06dab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mir/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ elements obscured by overlaps, and tooltips to view the MIR statements).
This flag takes an optional value: `statement` (the default), `terminator`, or
`block`, to generate span highlights with different levels of granularity.

`-Z dump-mir=F` is a handy compiler options that will let you view the MIR for
`-Z dump-mir=F` is a handy compiler option that will let you view the MIR for
each function at each stage of compilation. `-Z dump-mir` takes a **filter** `F`
which allows you to control which functions and which passes you are
interesting in. For example:
interested in. For example:

```bash
> rustc -Z dump-mir=foo ...
Expand Down

0 comments on commit b06dab8

Please sign in to comment.