rust/src/test/ui/impl-trait
Esteban Küber be8787dfe5 Explicit help message for binop type missmatch
When trying to do a binary operation with missing implementation, for
example `1 + Some(2)`, provide an explicit help message:

```
note: no implementation for `{integer} + std::option::Option<{integer}>`
```

Use `rustc_on_unimplemented` for the suggestions. Move cfail test to ui.
2017-04-10 14:28:38 -07:00
..
equality.rs Explicit help message for binop type missmatch 2017-04-10 14:28:38 -07:00
equality.stderr Explicit help message for binop type missmatch 2017-04-10 14:28:38 -07:00