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
Suppress redundant listing of unstable library features used on nightly
On nightly, there's a suggestion/help containing the `#![feature(..)]`
attribute required to enable any required unstable features, so the note
listing the features is unnecessary. This only applies to const-unstable
and default-body-unstable errors. Normal "use of unstable library
feature" errors list the features in the error message, so it doesn't
feel redundant.
0 commit comments