diff --git a/src/doc/guide.md b/src/doc/guide.md index 22cbd18a865..ca0f250a3cc 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -5410,7 +5410,7 @@ fn main() { } ``` -You can have the macros expanded like this: `rustc print.rs --pretty=expanded`, which will +You can have the macros expanded like this: `rustc --pretty=expanded print.rs`, which will give us this huge result: ```{rust,ignore}