error: `c` does not live long enough --> $DIR/dropck-eyepatch.rs:96:1 | 80 | dt = Dt("dt", &c); //~ ERROR `c` does not live long enough | - borrow occurs here ... 96 | } | ^ `c` dropped here while still borrowed | = note: values in a scope are dropped in the opposite order they are created error: `c` does not live long enough --> $DIR/dropck-eyepatch.rs:96:1 | 81 | dr = Dr("dr", &c); //~ ERROR `c` does not live long enough | - borrow occurs here ... 96 | } | ^ `c` dropped here while still borrowed | = note: values in a scope are dropped in the opposite order they are created error: `c` does not live long enough --> $DIR/dropck-eyepatch.rs:96:1 | 88 | pt = Pt("pt", &c_long, &c); //~ ERROR `c` does not live long enough | - borrow occurs here ... 96 | } | ^ `c` dropped here while still borrowed | = note: values in a scope are dropped in the opposite order they are created error: `c` does not live long enough --> $DIR/dropck-eyepatch.rs:96:1 | 89 | pr = Pr("pr", &c_long, &c); //~ ERROR `c` does not live long enough | - borrow occurs here ... 96 | } | ^ `c` dropped here while still borrowed | = note: values in a scope are dropped in the opposite order they are created error: aborting due to 4 previous errors