Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 283080e

Browse files
XAMPPRockyjyn514
andauthored
Update RELEASES.md
Co-authored-by: Joshua Nelson <[email protected]>
1 parent 6d4161b commit 283080e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

RELEASES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ Language
1111
```rust
1212
#![doc = include_str!("README.md")]
1313
```
14+
You can also use this to include auto-generated modules:
15+
```rust
16+
#[path = concat!(env!("OUT_DIR"), "/generated.rs")]
17+
mod generated;
18+
```
1419

1520
- [You can now cast between unsized slice types (and types which contain
1621
unsized slices) in `const fn`.][85078]

0 commit comments

Comments
 (0)