summary refs log tree commit diff
path: root/src/test/ui/inference_unstable_featured.rs
AgeCommit message (Collapse)AuthorLines
2018-03-24When picking a candidate, consider the unstable ones last.kennytm-0/+27
If there is potential ambiguity after stabilizing those candidates, a warning will be emitted.