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
#[unstable] now supports the issue = "NNN" field, that allows linking it to an issue here, e.g. #[unstable(feature = "foo", reason = "bar", issue = "1234")]. We should use it more.
The exact arrangement of which library features need issues/how those issues will be laid out is up in the air at the moment, so this issue isn't yet a call to action.