Skip to content

Commit d23eea5

Browse files
committed
Add tracking issues to --extern option docs.
1 parent 10f4ce3 commit d23eea5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/doc/unstable-book/src/compiler-flags/extern-options.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# `--extern` Options
22

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+
38
The behavior of the `--extern` flag can be modified with `noprelude`, `priv` or `nounused` options.
49

510
This is unstable feature, so you have to provide `-Zunstable-options` to enable it.

0 commit comments

Comments
 (0)