about summary refs log tree commit diff
path: root/tests/ui/specialization/min_specialization/repeating_lifetimes.stderr
blob: d80ee7b579d048fe588bbfe955a93ee2f3cb4f1e (plain)
1
2
3
4
5
6
7
8
error: specializing impl repeats parameter `'a`
  --> $DIR/repeating_lifetimes.rs:14:1
   |
LL | impl<'a> X for (&'a u8, &'a u8) {
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error