mirror of
https://gitee.com/openharmony/third_party_rust_syn
synced 2024-11-23 16:00:10 +00:00
Update path to dump-syntax main.rs in example invocation
This commit is contained in:
parent
ddc51f1c3d
commit
f91eab457c
@ -5,7 +5,7 @@ Use the following command from this directory to test this program by running it
|
||||
on its own source code:
|
||||
|
||||
```
|
||||
cargo run -- main.rs
|
||||
cargo run -- src/main.rs
|
||||
```
|
||||
|
||||
The output will begin with:
|
||||
|
@ -4,7 +4,7 @@
|
||||
//! Use the following command from this directory to test this program by
|
||||
//! running it on its own source code:
|
||||
//!
|
||||
//! cargo run -- main.rs
|
||||
//! cargo run -- src/main.rs
|
||||
//!
|
||||
//! The output will begin with:
|
||||
//!
|
||||
|
Loading…
Reference in New Issue
Block a user