Macrosยง
- version_
str - Returns a version string such as โ1.46.0 (04488afe3 2020-08-24)โ when invoked by an in-tree tool.
Structsยง
- Dummy
Codegen ๐Backend
Constantsยง
Staticsยง
Functionsยง
- add_
configuration ๐ - Adds
target_feature = "..."
cfgs for a variety of platform specific features (SSE, NEON etc.). - build_
output_ filenames - check_
abi_ ๐required_ features - Ensures that all target features required by the ABI are present.
Must be called after
unstable_target_features
has been populated! - check_
attr_ ๐crate_ type - get_
codegen_ backend - Get the codegen backend based on the name and specified sysroot.
- get_
codegen_ ๐sysroot - init_
stack_ ๐size - load_
backend_ ๐from_ dylib - multiple_
output_ ๐types_ to_ stdout - run_
in_ ๐thread_ pool_ with_ globals - run_
in_ ๐thread_ with_ globals - rustc_
path - rustc_
version_ str - Returns the version string for
rustc
itself (which may be different from a tool version).
Type Aliasesยง
- Make
Backend ๐Fn - Function pointer type that constructs a new CodegenBackend.