1
Fork 0

mention 'lifetime extension' in promotion doc comments

This commit is contained in:
Ralf Jung 2020-08-14 11:17:03 +02:00
parent 8e5a27766f
commit 6e11329b54

View file

@ -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]`.