mention 'lifetime extension' in promotion doc comments
This commit is contained in:
parent
8e5a27766f
commit
6e11329b54
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ impl TempState {
|
|||
/// of a larger candidate.
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Debug)]
|
||||
pub enum Candidate {
|
||||
/// Borrow of a constant temporary.
|
||||
/// Borrow of a constant temporary, candidate for lifetime extension.
|
||||
Ref(Location),
|
||||
|
||||
/// Promotion of the `x` in `[x; 32]`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue