2018-02-07 19:35:35 -08:00
|
|
|
error[E0225]: only auto traits can be used as additional traits in a trait object
|
|
|
|
--> $DIR/E0225.rs:12:32
|
|
|
|
|
|
|
|
|
12 | let _: Box<std::io::Read + std::io::Write>;
|
|
|
|
| ^^^^^^^^^^^^^^ non-auto additional trait
|
|
|
|
|
|
|
|
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 E0225"
|