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.
2 parents feb294c + 7fec86b commit acc944aCopy full SHA for acc944a
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