Skip to content

Commit 6c08bd0

Browse files
authored
Update stability.md
1 parent 41f54d8 commit 6c08bd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/stability.md

+3
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ ok to use such a feature gate are that behavior matches the runtime behavior of
3737
(see also https://www.ralfj.de/blog/2018/07/19/const.html). This means that you may not create a
3838
`const fn` that e.g. transmutes a memory address to an integer, because the addresses of things
3939
are nondeterministic and often unknown at compile-time.
40+
41+
Always ping @oli-obk, @RalfJung, and @Centril if you are adding more `allow_internal_unstable`
42+
attributes to any `const fn`

0 commit comments

Comments
 (0)