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
static-assert.rs:2:1: 2:23 warning: code is never used: `X`, #[warn(dead_code)] on by default
static-assert.rs:2 static X: bool = true;
^~~~~~~~~~~~~~~~~~~~~~
These might not be used directly in the rest of the code, but they are still serving a concrete purpose, i.e. they are being semantically used.
The text was updated successfully, but these errors were encountered:
These might not be used directly in the rest of the code, but they are still serving a concrete purpose, i.e. they are being semantically used.
The text was updated successfully, but these errors were encountered: