2017-12-10 22:47:55 +03:00
|
|
|
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>;
|
2017-12-10 22:47:55 +03:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^ 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"
|