Skip to content

Commit 40282a1

Browse files
committed
Remove docs on --extern metadata precedence.
1 parent 5e678cf commit 40282a1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/doc/rustc/src/command-line-arguments.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,8 @@ either of the following formats:
246246
such as within the sysroot or via the `-L` flag.
247247

248248
The same crate name may be specified multiple times for different crate types.
249-
For loading metadata, `rlib` takes precedence over `rmeta`, which takes
250-
precedence over `dylib`. If both an `rlib` and `dylib` are found, an internal
251-
algorithm is used to decide which to use for linking. The [`-C prefer-dynamic`
249+
If both an `rlib` and `dylib` are found, an internal algorithm is used to
250+
decide which to use for linking. The [`-C prefer-dynamic`
252251
flag][prefer-dynamic] may be used to influence which is used.
253252

254253
If the same crate name is specified with and without a path, the one with the

0 commit comments

Comments
 (0)