mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
65eb024542
The 'cfg' in the Options struct is only the commandline-specified subset of the crate configuration and it's almost always wrong to read that instead of the CrateConfig in HIR crate node.