We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c2e6b6 + d23eea5 commit a6f8881Copy full SHA for a6f8881
src/doc/unstable-book/src/compiler-flags/extern-options.md
@@ -1,5 +1,10 @@
1
# `--extern` Options
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
+
8
The behavior of the `--extern` flag can be modified with `noprelude`, `priv` or `nounused` options.
9
10
This is unstable feature, so you have to provide `-Zunstable-options` to enable it.
0 commit comments