Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
73e1f8970fc9a74c13bd7ae2655c66f03d3fc69f
/
.
/
src
/
test
/
ui
/
parser
/
trait-bounds-not-on-impl.stderr
blob: 68bb090e45f227567656684a304b76b11c3f1169 [
file
] [
log
] [
blame
]
error
:
expected a trait
,
found type
-->
$DIR
/
trait
-
bounds
-
not
-
on
-
impl
.
rs
:
18
:
6
|
LL
|
impl
Foo
+
Owned
for
Bar
{
//~ ERROR expected a trait, found type
|
^^^^^^^^^^^
error
:
aborting due to previous error