Skip to content

Commit a6f8881

Browse files
Rollup merge of rust-lang#98401 - ehuss:extern-tracking, r=Dylan-DPC
Add tracking issues to `--extern` option docs.
2 parents 1c2e6b6 + d23eea5 commit a6f8881

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)