You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/src/reference/unstable.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,7 @@ Each new feature described below should explain how to use it.
83
83
*[build-std-features](#build-std-features) — Sets features to use with the standard library.
84
84
*[binary-dep-depinfo](#binary-dep-depinfo) — Causes the dep-info file to track binary dependencies.
85
85
*[panic-abort-tests](#panic-abort-tests) — Allows running tests with the "abort" panic strategy.
86
+
*[crate-type](#crate-type) - Supports passing crate types to the compiler.
86
87
* rustdoc
87
88
*[`doctest-in-workspace`](#doctest-in-workspace) — Fixes workspace-relative paths when running doctests.
88
89
*[rustdoc-map](#rustdoc-map) — Provides mappings for documentation to link to external sites like [docs.rs](https://docs.rs/).
@@ -555,6 +556,23 @@ like to stabilize it somehow!
0 commit comments