rfc, cfg-path-version: crater stuff not a drawback.

This commit is contained in:
Mazdak Farrokhzad 2018-08-11 17:05:18 +02:00
parent fb30214ab0
commit 7201651f82
1 changed files with 3 additions and 5 deletions

View File

@ -299,11 +299,9 @@ and `path_exists = ..` are added to those as well.
# Drawbacks
[drawbacks]: #drawbacks
## It becomes harder to `crater`
As we get more version based conditional compilation, it can get harder to
use the `crater` tool because regressions are not tested on an old compiler
that may not have certain paths defined.
One argument is that hypothetically, if the standard library removed
some unstable item, then we might "not notice" if everyone uses it through
`cfg(path_exists = ..)`.
## Incremental garbage code and its collection