Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit 73c655d

Browse files
committed
Update pretty printing.
See rust-lang/rust#19964.
1 parent 96fc60b commit 73c655d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ expanding all macros. Say you wrote the above example for `Usage: add <x> <y>`
205205
into a file called `add.rs`. Then running:
206206

207207
```bash
208-
rustc -L path/containing/docopt/lib --pretty expanded add.rs
208+
rustc -L path/containing/docopt/lib -Z unstable-options --pretty=expanded add.rs
209209
```
210210

211211
Will show all macros expanded. In the generated code, you should be able to

0 commit comments

Comments
 (0)