Skip to content

Commit

Permalink
Rollup merge of #98401 - ehuss:extern-tracking, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Add tracking issues to `--extern` option docs.
  • Loading branch information
matthiaskrgr committed Jun 25, 2022
2 parents 65187f5 + d23eea5 commit 95ba108
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/doc/unstable-book/src/compiler-flags/extern-options.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# `--extern` Options

* Tracking issue for `--extern` crate modifiers: [#98405](https://github.com/rust-lang/rust/issues/98405)
* Tracking issue for `noprelude`: [#98398](https://github.com/rust-lang/rust/issues/98398)
* Tracking issue for `priv`: [#98399](https://github.com/rust-lang/rust/issues/98399)
* Tracking issue for `nounused`: [#98400](https://github.com/rust-lang/rust/issues/98400)

The behavior of the `--extern` flag can be modified with `noprelude`, `priv` or `nounused` options.

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

0 comments on commit 95ba108

Please sign in to comment.