pub fn validate(source: &str) -> ValidationResultExpand description
Run the syntax-level lints over source: parse errors, duplicate
attributes, and the always-on declared-cycle check.
pub fn validate(source: &str) -> ValidationResultRun the syntax-level lints over source: parse errors, duplicate
attributes, and the always-on declared-cycle check.