rust-lang / reference

The Rust Reference
https://doc.rust-lang.org/nightly/reference/
Apache License 2.0
1.25k stars 490 forks source link

do not talk about the 'address of a constant' #1624

Closed RalfJung closed 2 months ago

RalfJung commented 2 months ago

Constants are values, they have no address, so "address of a constant" is a nonsensical concept.