Home
last modified time | relevance | path

Searched defs:struct_warn (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_session/src/
Dparse.rs386 pub fn struct_warn(&self, msg: impl Into<DiagnosticMessage>) -> DiagnosticBuilder<'_, ()> { in struct_warn() method
Dsession.rs393 pub fn struct_warn(&self, msg: impl Into<DiagnosticMessage>) -> DiagnosticBuilder<'_, ()> { in struct_warn() method
/third_party/rust/rust/compiler/rustc_errors/src/
Dlib.rs776 pub fn struct_warn(&self, msg: impl Into<DiagnosticMessage>) -> DiagnosticBuilder<'_, ()> { in struct_warn() method