Skip to content

Commit 571478e

Browse files
committed
Lighten policy language; do not mention editions or other alternative mechanisms.
Just state that I do not intend for us to blindly convert every future incompat lint to use this system.
1 parent 8f4583f commit 571478e

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

text/0000-cargo-report-future-incompat.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -396,15 +396,12 @@ emit the same report even when we do not recompile the same input.)
396396

397397
## Policy issues
398398

399-
We probably do not want to blindly convert every lint that is
400-
currently categorized as `C-future-incompatility` on the Rust repo to
401-
use this system. For example, there may be cases where we would be better
402-
served to use the edition mechanism to introduce the hard-error, but leave
403-
the functionality unchanged for older Rust editions. In any case, that
404-
is a policy matter for the relevant teams, and is out of scope for
405-
this RFC. I just want to make it clear that the mechanism suggested
406-
here may not be appropriate for every single lint currently
407-
categorized as `C-future-incompatility`.
399+
We probably do not want to blindly convert all lints to
400+
use this system.
401+
The mechanism suggested here may not be appropriate for every single
402+
lint currently categorized as `C-future-incompatility` on the Rust repo.
403+
That decision is a policy matter for the relevant teams,
404+
and the form of such policy is out of scope for this RFC.
408405

409406
# Drawbacks
410407
[drawbacks]: #drawbacks

0 commit comments

Comments
 (0)