rust/src/librustc_typeck
bors 1b5b6390ba Auto merge of #25065 - quantheory:fix_associated_const_ambiguity_message, r=nikomatsakis
This fixes #24922 and #25017, and reduces the number of error messages that talk about "methods" when associated constants rather than methods are involved.

I will admit that I haven't thought very carefully about the error messages. My goal has been to make more of the messages technically correct in all situations, and to avoid ICEs. But in some cases we could probably talk specifically about "methods" rather than "items".
2015-05-14 03:36:37 +00:00
..
check Fix ICE that occurs when an associated const is ambiguous. 2015-05-13 18:10:01 -06:00
coherence Rebasing 2015-05-13 14:35:53 +12:00
astconv.rs Add long diagnostics for E0249 and E0250 2015-05-10 20:04:04 -05:00
collect.rs Rollup merge of #24981 - carols10cents:remove-more-priv, r=alexcrichton 2015-05-01 20:20:18 +05:30
constrained_type_params.rs Stop using Rc in TraitRef and TraitDef 2015-04-30 15:09:11 +03:00
diagnostics.rs Remove comment description of E0234. 2015-05-13 04:22:17 -05:00
lib.rs Auto merge of #24884 - michaelsproul:extended-errors, r=nrc 2015-04-30 02:03:27 +00:00
rscope.rs Fallout out rustc 2015-04-01 11:22:39 -04:00
variance.rs Update old uses of ~ in comments and debugging statements 2015-05-03 20:16:02 -04:00