We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb294c commit 7fec86bCopy full SHA for 7fec86b
src/doc/tutorial.md
@@ -3247,7 +3247,7 @@ fn main() { println!("hello {}", world::explore()); }
3247
Now compile and run like this (adjust to your platform if necessary):
3248
3249
~~~~console
3250
-$ rustc --crate-type=lib world.rs # compiles libworld-<HASH>-0.42.so
+$ rustc --crate-type=lib world.rs # compiles libworld-<HASH>-0.42.rlib
3251
$ rustc main.rs -L . # compiles main
3252
$ ./main
3253
"hello world"
0 commit comments