]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Auto merge of #90075 - pierwill:fix-79717, r=petrochenkov
authorbors <bors@rust-lang.org>
Tue, 26 Oct 2021 07:57:51 +0000 (07:57 +0000)
committerbors <bors@rust-lang.org>
Tue, 26 Oct 2021 07:57:51 +0000 (07:57 +0000)
commitc7a30c8b6860d1f3459086f7a91074db1b54bc37
treecfa6e5fc85f95cf50c827343beea19ef25a061b6
parent1b61b1b44581c449ae40505d181b00593f089d40
parent7de1ff1ba8a75c70e1a9ddde671abd9780d1addb
Auto merge of #90075 - pierwill:fix-79717, r=petrochenkov

Edit error messages for `rustc_resolve::AmbiguityKind` variants

Edit the language of the ambiguity descriptions for E0659. These strings now appear as notes.

Closes #79717.