blob: 3a46ce7e1952d4118e554759b8e8602de10f12ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
error: item constrains opaque type that is not in its signature
--> $DIR/issue-99387.rs:21:22
|
LL | pub fn ohno<'a>() -> <&'a () as Tr>::Item {
| ^^^^^^^^^^^^^^^^^^^^
|
= note: this item must mention the opaque type in its signature in order to be able to register hidden types
note: this item must mention the opaque type in its signature in order to be able to register hidden types
--> $DIR/issue-99387.rs:21:8
|
LL | pub fn ohno<'a>() -> <&'a () as Tr>::Item {
| ^^^^
error: aborting due to previous error
|