rust/src/test/compile-fail/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
..
auto-trait-leak.rs rustc_typeck: hook up collect and item/body check to on-demand. 2017-02-25 18:35:25 +02:00
disallowed-2.rs test: add more extensive tests for impl Trait. 2016-08-12 06:46:31 +03:00
disallowed.rs rustc_typeck: move impl Trait checks out of RegionScope. 2017-01-28 02:56:46 +02:00
feature-gate.rs Mark even more tests as gate tests 2017-01-12 23:53:02 +01:00
lifetimes.rs test: add more extensive tests for impl Trait. 2016-08-12 06:46:31 +03:00
no-trait.rs Add tests 2017-01-24 22:56:02 +03:00