man rustc
and rustc --help
say options go first
This commit is contained in:
parent
070ab63807
commit
875af5b8f8
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user