aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/pages/abouts/nightly-features.md
blob: 13b666ef0898bec3e71a90a4cbca67ff78c62857 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<h1 align="center">About Nightly Features</h1>
<p align="center">
    Using nightly Rust features in Mingling
</p>

**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!