]> git.proxmox.com Git - rustc.git/blob - src/test/ui/regions/regions-addr-of-self.nll.stderr
New upstream version 1.30.0~beta.7+dfsg1
[rustc.git] / src / test / ui / regions / regions-addr-of-self.nll.stderr
1 error: unsatisfied lifetime constraints
2 --> $DIR/regions-addr-of-self.rs:17:13
3 |
4 LL | pub fn chase_cat(&mut self) {
5 | - let's call the lifetime of this reference `'1`
6 LL | let p: &'static mut usize = &mut self.cats_chased; //~ ERROR cannot infer
7 | ^ requires that `'1` must outlive `'static`
8
9 error: aborting due to previous error
10