Files
rust/src
Guillaume Gomez e26aac5a9f Rollup merge of #47534 - estebank:suggest-public-traits, r=petrochenkov
On missing method do not suggest private traits

When encountering a method call for an ADT that doesn't have any
implementation of it, we search for traits that could be implemented
that do have that method. Filter out private non-local traits that would
not be able to be implemented.

This doesn't account for public traits that are in a private scope, but
works as a first approximation and is a more correct behavior than the
current one.

Fix #45781.
2018-01-25 15:52:11 +01:00
..
2018-01-22 15:29:34 +05:30
2018-01-20 11:55:55 +01:00
2018-01-11 11:42:33 +01:00
2018-01-17 23:14:23 -08:00
2018-01-04 07:21:22 -08:00