Searched defs:diagnostic_width (Results 1 – 5 of 5) sorted by relevance
73 pub(crate) diagnostic_width: Option<usize>, field338 let diagnostic_width = matches.opt_get("diagnostic-width").unwrap_or_default(); in from_matches() localVariable
48 diagnostic_width: Option<usize>, field
650 diagnostic_width: Option<usize>, field
1041 pub fn diagnostic_width(&self) -> usize { in diagnostic_width() method
2527 let diagnostic_width = matches.opt_get("diagnostic-width").unwrap_or_else(|_| { in build_session_options() localVariable