mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-10 14:17:47 +00:00

The metadata symbol must not be encoded in the crate metadata, and must be exported from proc-macros. Handling the export of the metadata symbol in exported_symbols handles both things at once without requiring manual fixups elsewhere.