We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad195b5 commit b909713Copy full SHA for b909713
const_refs.md
@@ -1,7 +1,7 @@
1
# References in constants
2
3
Constants of reference type are not an entirely straight-forward topic, for
4
-reasonings unrelated to [const safety](const_safety.md). The issue is that
+reasons unrelated to [const safety](const_safety.md). The issue is that
5
every use of a constant like
6
```rust
7
const REF: &u32 = &42;
0 commit comments