Enum rustc_ap_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 TrimmedDefPathsimpl Send for TrimmedDefPathsimpl Sync for TrimmedDefPathsimpl Unpin for TrimmedDefPathsimpl UnwindSafe for TrimmedDefPathsBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V