Expand description
Rust compiler metadata captured for the running build.
Participating project crates contribute their compiler flags through build-time macros and static initialization, allowing project-wide compiler information to be queried here.
Staticsยง
- FEATURES ๐
- Processed list of enabled features across participating project crates. This is generated from the data in FLAGS.
- FLAGS
- Compiler flags captured for participating project crates.
- RUSTC_
VERSION ๐
Functionsยง
- append_
features ๐ - features
- List of features enabled for the project.
- init_
features ๐ - version
- Version of the rustc compiler used during build.