Closed
Description
Say, you're prototyping some code or doing some quick calculations, those warnings are not helpful:
rusti> let x = 42;
<anon>:35:4: 35:7 warning: unused variable: `x`
<anon>:35 let x = 42;
^~~
()
rusti> let y = x + 42;
<anon>:37:4: 37:7 warning: unused variable: `y`
<anon>:37 let y = x + 42;
^~~
()
rusti> y
84
Metadata
Metadata
Assignees
Labels
No labels