Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
trait-bounds-not-on-impl.stderr
blob: 7f51bd97e5d9e9091a46c80da697f4867a5fb4a1 [
file
] [
log
] [
blame
] [
edit
]
error
:
expected a trait
,
found type
-->
$DIR
/
trait
-
bounds
-
not
-
on
-
impl
.
rs
:
5
:
6
|
LL
|
impl
Foo
+
Owned
for
Bar
{}
|
^^^^^^^^^^^
error
:
aborting due to
1
previous error