Searched refs:with_code (Results 1 – 7 of 7) sorted by relevance
148 .with_code("E0499")257 .with_code("E0666")266 .with_code("E0121")275 .with_code("E0121")286 .with_code("E0277")385 Diagnostic::error().with_message("a message").with_code("E0001"),386 Diagnostic::warning().with_message("a message").with_code("W001"),387 Diagnostic::note().with_message("a message").with_code("N0815"),388 Diagnostic::help().with_message("a message").with_code("H4711"),389 Diagnostic::error().with_message("where did my errorcode go?").with_code(""),[all …]
214 .with_code(ErrorCode::DuplicateDeclIdentifier) in new()542 .with_code(ErrorCode::RecursiveDecl) in check_decl_identifiers()566 .with_code(ErrorCode::UndeclaredGroupIdentifier) in check_decl_identifiers()576 .with_code(ErrorCode::InvalidGroupIdentifier) in check_decl_identifiers()589 Diagnostic::error().with_code(ErrorCode::UndeclaredTypeIdentifier) in check_decl_identifiers()599 Diagnostic::error().with_code(ErrorCode::InvalidTypeIdentifier) in check_decl_identifiers()629 .with_code(ErrorCode::UndeclaredParentIdentifier) in check_decl_identifiers()644 .with_code(ErrorCode::InvalidParentIdentifier) in check_decl_identifiers()669 .with_code(ErrorCode::UndeclaredTestIdentifier) in check_decl_identifiers()677 .with_code(ErrorCode::InvalidTestIdentifier) in check_decl_identifiers()[all …]
114 .with_code("E0001") in main()129 .with_code("E0308") in main()146 .with_code("E0308") in main()
61 .with_code("E0308") in report()71 .with_code("E0384") in report()
63 .with_code("E0308") in main()
187 pub fn with_code(mut self, code: impl Into<String>) -> Diagnostic<FileId> { in with_code() method
116 pub fn with_code(mut self, code: impl Into<String>) -> Self { in with_code() method