[−][src]Module rustc::session::config
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Contains infrastructure for configuring the compiler, including parsing command line options.
Modules
cg_type_desc |
[ Experimental ]
|
cgsetters |
[ Experimental ]
|
db_type_desc |
[ Experimental ]
|
dbsetters |
[ Experimental ]
|
dep_tracking |
[ Experimental ] Commandline arguments passed to the compiler have to be incorporated with the dependency tracking system for incremental compilation. This module provides some utilities to make this more convenient. |
nightly_options |
[ Experimental ]
|
opt |
[ Experimental ]
|
Structs
CodegenOptions |
[ Experimental ]
|
Config |
[ Experimental ]
|
DebuggingOptions |
[ Experimental ]
|
Externs |
[ Experimental ]
|
Options |
[ Experimental ]
|
OutputFilenames |
[ Experimental ]
|
OutputTypes |
[ Experimental ]
|
RustcOptGroup |
[ Experimental ]
|
Enums
BorrowckMode |
[ Experimental ]
|
CrateType |
[ Experimental ]
|
CrossLangLto |
[ Experimental ]
|
DebugInfo |
[ Experimental ]
|
EntryFnType |
[ Experimental ]
|
ErrorOutputType |
[ Experimental ]
|
Input |
[ Experimental ]
|
Lto |
[ Experimental ] This is what the |
LtoCli |
[ Experimental ] The different settings that the |
OptLevel |
[ Experimental ]
|
OptionStability |
[ Experimental ]
|
OutputType |
[ Experimental ]
|
Passes |
[ Experimental ]
|
PrintRequest |
[ Experimental ]
|
Sanitizer |
[ Experimental ]
|
Constants
CG_OPTIONS |
[ Experimental ]
|
DB_OPTIONS |
[ Experimental ]
|
RUST_CGU_EXT |
[ Experimental ]
|
Functions
basic_codegen_options |
[ Experimental ]
|
basic_debugging_options |
[ Experimental ]
|
build_codegen_options |
[ Experimental ]
|
build_configuration |
[ Experimental ]
|
build_debugging_options |
[ Experimental ]
|
build_session_options_and_crate_config |
[ Experimental ]
|
build_target_config |
[ Experimental ]
|
default_configuration |
[ Experimental ]
|
default_lib_output |
[ Experimental ]
|
get_cmd_lint_options |
[ Experimental ]
|
host_triple |
[ Experimental ]
|
parse_cfgspecs |
[ Experimental ]
|
parse_crate_types_from_list |
[ Experimental ]
|
rustc_optgroups |
[ Experimental ] Returns all rustc command line options, including metadata for each option, such as whether the option is part of the stable long-term interface for rustc. |
rustc_short_optgroups |
[ Experimental ] Returns the "short" subset of the rustc command line options, including metadata for each option, such as whether the option is part of the stable long-term interface for rustc. |
Type Definitions
CodegenSetter |
[ Experimental ]
|
DebuggingSetter |
[ Experimental ]
|