]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #50360 - kennytm:fix-50232-clarify-unstable-name-collision, r=nikomat...
authorkennytm <kennytm@gmail.com>
Thu, 3 May 2018 08:11:30 +0000 (16:11 +0800)
committerkennytm <kennytm@gmail.com>
Thu, 3 May 2018 18:12:47 +0000 (02:12 +0800)
Clarify wordings of the `unstable_name_collision` lint.

Stabilizing an inherent method may cause change in behavior instead of inference error. Updated to use the wording from [varkor's comment].

Closes #50232.

[varkor's comment]: https://github.com/rust-lang/rust/issues/50232#issuecomment-384678097


Trivial merge