This is a tracking issue for command line option syntax currently used by several modifiers affecting behavior of extern crates.
Specific tracking issues for those modifiers:
--extern [MODIFIERS:]NAME[=PATH]
Before stabilization it should likely be harmonized with command line syntax already used for native library modifiers, see item (3) in #93901 (comment).
This is a tracking issue for command line option syntax currently used by several modifiers affecting behavior of extern crates.
Specific tracking issues for those modifiers:
--extern priv#98399--extern noprelude#98398--extern nounused#98400--extern force#111302The currently used syntax is
Before stabilization it should likely be harmonized with command line syntax already used for native library modifiers, see item (3) in #93901 (comment).
+/-formpriv-+privor-pubnoprelude--preludenounused-+usedMODIFIERScomponent in the option can also be changed.