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
This is a diagnostic enhancement request. This code compiles with no warnings on Nightly:
#![feature(min_const_generics)]fnmain(){}
But I'd like rustc to give a warning that the min_const_generics feature is unnecessary for this program. (Not even Clippy seems to give a warning). The same for all the other unused features.
The text was updated successfully, but these errors were encountered:
This is a diagnostic enhancement request. This code compiles with no warnings on Nightly:
But I'd like rustc to give a warning that the min_const_generics feature is unnecessary for this program. (Not even Clippy seems to give a warning). The same for all the other unused features.
The text was updated successfully, but these errors were encountered: