Home
last modified time | relevance | path

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

/rust-libc-0.2.174/libc-test/test/style/
H A Dmod.rs46 pub struct StyleChecker { struct
48 state: State,
51 state_span: Option<Span>,
54 seen_s_macro_cfgs: HashMap<String, Span>,
57 first_f_macro: Option<Span>,
59 errors: Vec<FileError>,
61 path: PathBuf,
63 in_impl: bool,
111 impl StyleChecker { impl
302 impl<'ast> Visit<'ast> for StyleChecker { implementation