Home
last modified time | relevance | path

Searched defs:note_without_error (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_session/src/
Dsession.rs705 pub fn note_without_error(&self, msg: impl Into<DiagnosticMessage>) { in note_without_error() method
/third_party/rust/rust/compiler/rustc_errors/src/
Dlib.rs1059 pub fn note_without_error(&self, msg: impl Into<DiagnosticMessage>) { in note_without_error() method