You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<anon>:8:7: 8:17 warning: use of deprecated item: You shouldn't double 42, #[warn(deprecated)] on by default
<anon>:8 2*compute_42()
^~~~~~~~~~
Which is quite confusing as the warning message is hardly related to the code warned against.
And I would not expect a warning being generated in such a case.
The text was updated successfully, but these errors were encountered:
…=alibektas
minor : Fix duplicate snippets showing up on hover.
With each `config::apply_change` duplicate configs were being added.
Now we first drain the vec that holds these and then start adding. This fixesrust-lang#17485
Example code:
generates the warning:
Which is quite confusing as the warning message is hardly related to the code warned against.
And I would not expect a warning being generated in such a case.
The text was updated successfully, but these errors were encountered: