File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/doc/unstable-book/src/compiler-flags Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
# ` --extern ` Options
2
2
3
+ * Tracking issue for ` --extern ` crate modifiers: [ #98405 ] ( https://github.com/rust-lang/rust/issues/98405 )
4
+ * Tracking issue for ` noprelude ` : [ #98398 ] ( https://github.com/rust-lang/rust/issues/98398 )
5
+ * Tracking issue for ` priv ` : [ #98399 ] ( https://github.com/rust-lang/rust/issues/98399 )
6
+ * Tracking issue for ` nounused ` : [ #98400 ] ( https://github.com/rust-lang/rust/issues/98400 )
7
+
3
8
The behavior of the ` --extern ` flag can be modified with ` noprelude ` , ` priv ` or ` nounused ` options.
4
9
5
10
This is unstable feature, so you have to provide ` -Zunstable-options ` to enable it.
You can’t perform that action at this time.
0 commit comments