Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_session/src/
Dsession.rs416 pub fn struct_allow(&self, msg: impl Into<DiagnosticMessage>) -> DiagnosticBuilder<'_, ()> { in struct_allow() method
/third_party/rust/rust/compiler/rustc_errors/src/
Dlib.rs798 pub fn struct_allow(&self, msg: impl Into<DiagnosticMessage>) -> DiagnosticBuilder<'_, ()> { in struct_allow() method