We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e4f0f commit 845ec5dCopy full SHA for 845ec5d
src/doc/rustc/src/command-line-arguments.md
@@ -276,9 +276,8 @@ either of the following formats:
276
such as within the sysroot or via the `-L` flag.
277
278
The same crate name may be specified multiple times for different crate types.
279
-For loading metadata, `rlib` takes precedence over `rmeta`, which takes
280
-precedence over `dylib`. If both an `rlib` and `dylib` are found, an internal
281
-algorithm is used to decide which to use for linking. The [`-C prefer-dynamic`
+If both an `rlib` and `dylib` are found, an internal algorithm is used to
+decide which to use for linking. The [`-C prefer-dynamic`
282
flag][prefer-dynamic] may be used to influence which is used.
283
284
If the same crate name is specified with and without a path, the one with the
0 commit comments