aboutsummaryrefslogtreecommitdiff
path: root/ABOUT-NIGHTLY.md
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-02 00:50:23 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-02 00:50:23 +0800
commit604fb36f4251e494b3486009145401a3c1f7b326 (patch)
treea7e2ead8ad4a22baad598d42e5b48e722929f0f4 /ABOUT-NIGHTLY.md
parent206a1207b25d1324b04a2eee61ac0f0d98961243 (diff)
Add nightly feature flag for Rust nightly-only functionality
Diffstat (limited to 'ABOUT-NIGHTLY.md')
-rw-r--r--ABOUT-NIGHTLY.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/ABOUT-NIGHTLY.md b/ABOUT-NIGHTLY.md
new file mode 100644
index 0000000..f2d4ec7
--- /dev/null
+++ b/ABOUT-NIGHTLY.md
@@ -0,0 +1,15 @@
+# About Nightly Rust
+
+**Mingling** uses some features that are only available in the `nightly` toolchain. This requires you to enable the `nightly` feature:
+
+```toml
+[dependencies]
+mingling = { version = "...", features = ["nightly"] }
+```
+
+## Features
+
+> [!WARNING]
+> The following features can only be used with the nightly toolchain, and are only guaranteed to compile, not to be stable or production-ready.
+>
+> If you need a stable development experience, please **do not use** the `nightly` feature!