We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e6f2e commit 51f2499Copy full SHA for 51f2499
src/const_eval.md
@@ -43,9 +43,7 @@ r[const-eval.const-expr.path-item]
43
44
r[const-eval.const-expr.path-static]
45
* Paths to [statics] with these restrictions and observations.
46
- * In particular, reads and writes to any `static`, `static mut` or [`extern` statics] is not allowed.
47
- * Immutable borrows and pointers into immutable part of a `static` are allowed and observes the same restriction
48
- on all other forms of [borrow]s as mentioned below.
+ * In particular, reads and writes to any `static mut` or [`extern` statics] is not allowed.
49
50
r[const-eval.const-expr.tuple]
51
* [Tuple expressions].
0 commit comments