]> git.proxmox.com Git - rustc.git/blob - src/test/ui/compare-method/region-extra.stderr
New upstream version 1.20.0+dfsg1
[rustc.git] / src / test / ui / compare-method / region-extra.stderr
1 error[E0276]: impl has stricter requirements than trait
2 --> $DIR/region-extra.rs:19:5
3 |
4 15 | fn foo();
5 | --------- definition of `foo` from trait
6 ...
7 19 | fn foo() where 'a: 'b { }
8 | ^^^^^^^^^^^^^^^^^^^^^^^^^ impl has extra requirement `'a: 'b`
9
10 error: aborting due to previous error
11