]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-14853.stderr
New upstream version 1.49.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-14853.stderr
CommitLineData
8faf50e0 1error[E0276]: impl has stricter requirements than trait
0731742a 2 --> $DIR/issue-14853.rs:12:5
8faf50e0
XL
3 |
4LL | fn yay<T: Debug>(_: Option<Self>, thing: &[T]);
5 | ----------------------------------------------- definition of `yay` from trait
6...
7LL | fn yay<T: Str>(_:Option<X>, thing: &[T]) {
8 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl has extra requirement `T: Str`
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0276`.