From: bors Date: Sat, 29 Aug 2020 07:52:53 +0000 (+0000) Subject: Auto merge of #75916 - jyn514:unify-error-reporting, r=euclio X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=1dc748fb3d2c54f536e6abd74f1ad34b3624f640;hp=1dc748fb3d2c54f536e6abd74f1ad34b3624f640;p=rust.git Auto merge of #75916 - jyn514:unify-error-reporting, r=euclio Unify error reporting for intra-doc links - Give a suggestion even if there is no span available - Give a more accurate description of the change than 'use the disambiguator' - Write much less code Closes #75836. r? @euclio cc @pickfire - this gets rid of 'disambiguator' like you suggested in https://github.com/rust-lang/rust/pull/75079#discussion_r464464195. ---