]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-18937.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / issues / issue-18937.stderr
CommitLineData
8faf50e0 1error[E0276]: impl has stricter requirements than trait
3c0e092e 2 --> $DIR/issue-18937.rs:20:31
8faf50e0
XL
3 |
4LL | / fn foo<F>(&mut self, f: F)
5LL | | where F: fmt::Debug + 'a,
6LL | | Self: Sized;
7 | |__________________________- definition of `foo` from trait
8...
3c0e092e
XL
9LL | where F: fmt::Debug + 'static,
10 | ^^^^^^^ impl has extra requirement `F: 'static`
8faf50e0
XL
11
12error: aborting due to previous error
13
14For more information about this error, try `rustc --explain E0276`.