Tracking Issue --extern
crate modifiers
#98405
Labels
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
--extern
crate modifiers
#98405
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
-+priv
or-pub
noprelude
--prelude
nounused
-+used
MODIFIERS
component in the option can also be changed.The text was updated successfully, but these errors were encountered: