759204ffc4
Edition-specific preludes This changes `{std,core}::prelude` to export edition-specific preludes under `rust_2015`, `rust_2018` and `rust_2021`. (As suggested in https://github.com/rust-lang/rust/issues/51418#issuecomment-395630382.) For now they all just re-export `v1::*`, but this allows us to add things to the 2021edition prelude soon. This also changes the compiler to make the automatically injected prelude import dependent on the selected edition. cc `@rust-lang/libs` `@djc` |
||
---|---|---|
.. | ||
ast-pretty-check.rs | ||
ast-pretty-check.stdout | ||
disallowed-positions.rs | ||
disallowed-positions.stderr | ||
feature-gate.rs | ||
feature-gate.stderr | ||
protect-precedences.rs | ||
protect-precedences.stderr |