Enum rustc_session::config::TrimmedDefPaths [−][src]
pub enum TrimmedDefPaths {
Never,
Always,
GoodPath,
}
Expand description
Parameter to control path trimming.
Variants
try_print_trimmed_def_path
never prints a trimmed path and never calls the expensive query
try_print_trimmed_def_path
calls the expensive query, the query doesn’t call delay_good_path_bug
try_print_trimmed_def_path
calls the expensive query, the query calls delay_good_path_bug
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TrimmedDefPaths
impl Send for TrimmedDefPaths
impl Sync for TrimmedDefPaths
impl Unpin for TrimmedDefPaths
impl UnwindSafe for TrimmedDefPaths
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Never
: 0 bytesAlways
: 0 bytesGoodPath
: 0 bytes