There was an error while loading. Please reload this page.
1 parent 6d4161b commit 283080eCopy full SHA for 283080e
RELEASES.md
@@ -11,6 +11,11 @@ Language
11
```rust
12
#![doc = include_str!("README.md")]
13
```
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
+ ```
19
20
- [You can now cast between unsized slice types (and types which contain
21
unsized slices) in `const fn`.][85078]
0 commit comments