File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -276,9 +276,8 @@ either of the following formats:
276276 such as within the sysroot or via the ` -L ` flag.
277277
278278The 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 `
279+ If both an ` rlib ` and ` dylib ` are found, an internal algorithm is used to
280+ decide which to use for linking. The [ ` -C prefer-dynamic `
282281flag] [ prefer-dynamic ] may be used to influence which is used.
283282
284283If the same crate name is specified with and without a path, the one with the
You can’t perform that action at this time.
0 commit comments