From 283080ee9c418b2f4af67cb18f574286f3d402d2 Mon Sep 17 00:00:00 2001 From: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> Date: Tue, 29 Jun 2021 13:26:26 +0200 Subject: [PATCH] Update RELEASES.md Co-authored-by: Joshua Nelson --- RELEASES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 3a8a20fcca1..1056359ec80 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -11,6 +11,11 @@ Language ```rust #![doc = include_str!("README.md")] ``` + You can also use this to include auto-generated modules: + ```rust + #[path = concat!(env!("OUT_DIR"), "/generated.rs")] + mod generated; + ``` - [You can now cast between unsized slice types (and types which contain unsized slices) in `const fn`.][85078] -- 2.44.0