Silence missing _ in implementation
for items that was suggested to change
#89326
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
P-low
Low priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
After #89248 is merged, given the following code: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=131d171b09722b4e0ab4258726edb3a0
The output will be:
Ideally the output should look like:
In other words, ideally we could silence
missing `...` in implementation
for the items informed that a similarly-named item is available.The text was updated successfully, but these errors were encountered: