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.