]> git.proxmox.com Git - rustc.git/blame - src/test/ui/specialization/issue-52050.stderr
New upstream version 1.39.0+dfsg1
[rustc.git] / src / test / ui / specialization / issue-52050.stderr
CommitLineData
b7449926 1error[E0119]: conflicting implementations of trait `IntoPyDictPointer` for type `()`:
0731742a 2 --> $DIR/issue-52050.rs:28:1
b7449926
XL
3 |
4LL | / impl<I> IntoPyDictPointer for I
5LL | | where
6LL | | I: Iterator,
7LL | | {
8LL | | }
9 | |_- first implementation here
10LL |
532ac7d7 11LL | impl IntoPyDictPointer for ()
b7449926
XL
12 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `()`
13 |
e1599b0c 14 = note: upstream crates may add a new impl of trait `std::iter::Iterator` for type `()` in future versions
b7449926
XL
15
16error: aborting due to previous error
17
18For more information about this error, try `rustc --explain E0119`.