From 3f0eadeff23c5f2bc7c9002f69201776bc2e65e4 Mon Sep 17 00:00:00 2001 From: Oliver Scherer Date: Wed, 21 Aug 2019 17:31:08 +0200 Subject: [PATCH] Update stability.md --- src/stability.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/stability.md b/src/stability.md index 061ee287..5af80932 100644 --- a/src/stability.md +++ b/src/stability.md @@ -37,3 +37,6 @@ ok to use such a feature gate are that behavior matches the runtime behavior of (see also https://www.ralfj.de/blog/2018/07/19/const.html). This means that you may not create a `const fn` that e.g. transmutes a memory address to an integer, because the addresses of things are nondeterministic and often unknown at compile-time. + +Always ping @oli-obk, @RalfJung, and @Centril if you are adding more `allow_internal_unstable` +attributes to any `const fn`