]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/rustc-dev-guide/src/hir-debugging.md
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / doc / rustc-dev-guide / src / hir-debugging.md
index bb7f541fd690f829934ca0d5f56e1234dc3e734e..519ff26677e6c38f01ad165a1fc39c5754d64c2d 100644 (file)
@@ -1,6 +1,6 @@
 # HIR Debugging
 
-The `-Zunpretty=hir-tree` flag will dump out the HIR.
+The `-Z unpretty=hir-tree` flag will dump out the HIR.
 
 If you are trying to correlate `NodeId`s or `DefId`s with source code, the
 `--pretty expanded,identified` flag may be useful.