File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -396,15 +396,12 @@ emit the same report even when we do not recompile the same input.)
396
396
397
397
## Policy issues
398
398
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.
408
405
409
406
# Drawbacks
410
407
[ drawbacks ] : #drawbacks
You can’t perform that action at this time.
0 commit comments