mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
Mention usage of const
in raw pointer types at the top of the keyword's documentation page.
This commit is contained in:
parent
2b69171dc2
commit
5135d86920
@ -119,7 +119,7 @@ mod break_keyword {}
|
||||
|
||||
#[doc(keyword = "const")]
|
||||
//
|
||||
/// Compile-time constants and compile-time evaluable functions.
|
||||
/// Compile-time constants, compile-time evaluable functions, and raw pointers.
|
||||
///
|
||||
/// ## Compile-time constants
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user