]> git.proxmox.com Git - rustc.git/blob - src/test/ui/specialization/min_specialization/repeating_lifetimes.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / specialization / min_specialization / repeating_lifetimes.stderr
1 error: specializing impl repeats parameter `'a`
2 --> $DIR/repeating_lifetimes.rs:14:1
3 |
4 LL | / impl<'a> X for (&'a u8, &'a u8) {
5 LL | |
6 LL | | fn f() {}
7 LL | | }
8 | |_^
9
10 error: aborting due to previous error
11