Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_lint/src/
Dnonstandard_style.rs19 pub enum MethodLateContext { enum
25 pub fn method_context(cx: &LateContext<'_>, id: LocalDefId) -> MethodLateContext { in method_context()