Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
traits
/
invalid_operator_trait.stderr
blob: 8c6e3695905ee8c3a14ce4372cdaddfdeda83f54 [
file
] [
log
] [
blame
]
error
:
`add`
must
not
have any
generic
parameters
-->
$DIR
/
invalid_operator_trait
.
rs
:
15
:
5
|
LL
|
fn add
<
Y
>(
self
,
_
:
RHS
)
->
Self
::
Output
;
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error
:
aborting due to previous error