rust/src/test/ui/issue-26056.stderr

12 lines
448 B
Plaintext
Raw Normal View History

error[E0038]: the trait `Map` cannot be made into an object
--> $DIR/issue-26056.rs:30:13
|
2018-02-23 03:42:32 +03:00
LL | as &Map<Key=u32,MapValue=u32>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Map` cannot be made into an object
|
= note: the trait cannot use `Self` as a type parameter in the supertraits or where-clauses
error: aborting due to previous error
2018-02-19 21:40:25 +01:00
If you want more information on this error, try using "rustc --explain E0038"