remove old rc extension from detection files
This commit is contained in:
parent
fce792249e
commit
a2dab3c46e
5 changed files with 5 additions and 6 deletions
|
@ -122,8 +122,8 @@ To build an executable from a source file with a main function:
|
|||
To build a library from a source file:
|
||||
$ rustc --lib hello-lib.rs
|
||||
|
||||
To build either with a crate (.rc) file:
|
||||
$ rustc hello.rc
|
||||
To build either with a crate (.rs) file:
|
||||
$ rustc hello.rs
|
||||
|
||||
To build an executable with debug info (experimental):
|
||||
$ rustc -Z debug-info -o hello hello.rs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue