rust-lang / rust-forge

Information useful to people contributing to Rust
https://forge.rust-lang.org/
Apache License 2.0
466 stars 175 forks source link

Clarify `requires-nightly` in issue triage chapter #718

Open Noratrieb opened 11 months ago

Noratrieb commented 11 months ago

I wonder if we should expand upon this. For example, personally speaking I only add this label if it's a nightly-to-nightly regression (i.e., a super recent regression) but typically not if I also add F-* labels since that implies nightly in most cases.

_Originally posted by @fmease in https://github.com/rust-lang/rust-forge/pull/716#discussion_r1435847406_

fmease commented 11 months ago

Should all A-rustdoc-json/A-cranelift issues also have requires-nightly?

_Originally posted by @aDotInTheVoid in https://github.com/rust-lang/rust-forge/pull/716#discussion_r1435892021_

Noratrieb commented 11 months ago

I don't know what it should be about exactly. I think requires-nightly is most useful in combination with, say I-unsound. I-unsound requires-nightly makes it clear that hey, this issue is bad, not but affecting stable, so everything is fine for now.