mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
e163ab2151
This bug was introduced in #13384 by accident, and this commit continues the work of #13384 by finishing support for loading a syntax extension crate without registering it with the local cstore. Closes #13495