We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f54d8 commit 6c08bd0Copy full SHA for 6c08bd0
src/stability.md
@@ -37,3 +37,6 @@ ok to use such a feature gate are that behavior matches the runtime behavior of
37
(see also https://www.ralfj.de/blog/2018/07/19/const.html). This means that you may not create a
38
`const fn` that e.g. transmutes a memory address to an integer, because the addresses of things
39
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