Searched defs:with_code (Results 1 – 3 of 3) sorted by relevance
21 pub fn with_code() {} in with_code() function
187 pub fn with_code(mut self, code: impl Into<String>) -> Diagnostic<FileId> { in with_code() method
216 let with_code = |span: &DiagnosticSpan, text: &str| { in push_expected_errors() localVariable