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
We will also want to include this comment somehow:
// Guidelines for creating a future incompatibility lint:
//
// - Create a lint defaulting to warn as normal, with ideally the same error
// message you would normally give
// - Add a suitable reference, typically an RFC or tracking issue. Go ahead
// and include the full URL, sort items in ascending order of issue numbers.
// - Later, change lint to error
// - Eventually, remove lint
The text was updated successfully, but these errors were encountered:
Once rust-lang/rust#65193 (hopefully) lands, future compatibility lints will have a slightly new registration format:
A
@future_incompatible
"field" is used in the declare_lint macro, e.g.,We will also want to include this comment somehow:
The text was updated successfully, but these errors were encountered: