mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +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.