Open GuillaumeGomez opened 3 years ago
Enable the feature by default (on nightly only) and reverse the flag (so that it disables instead of enabling).
I think we should not do this, this is exactly how we got in trouble with intra-doc links (see https://github.com/rust-lang/rust/issues/63305). Instead we should just enable it by default at the same time we remove the flag and stabilize the feature.
This is a very good point. I had in mind that maybe people would want to disable it but I guess we can always add it later on if the needs appear.
Here what are the remaining things to be done:
Steps
To go through stabilization, we will gradually enable it in different places:
Implementation history