Skip to content

Integration test for grammar predictivity #33

Integration test for grammar predictivity

Integration test for grammar predictivity #33

Triggered via pull request August 5, 2024 21:23
Status Failure
Total duration 30s
Artifacts

ci.yml

on: pull_request
run cargo tests
20s
run cargo tests
verify formatting and lints
19s
verify formatting and lints
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
run cargo tests: tests/grammar_tests.rs#L8
field `terminals` is never read
run cargo tests
Process completed with exit code 101.
verify formatting and lints: src/frontend/parser.rs#L247
binding's name is too similar to existing binding
verify formatting and lints: src/frontend/arena.rs#L4
item name starts with its containing module's name
verify formatting and lints: src/frontend/ast.rs#L6
item name starts with its containing module's name
verify formatting and lints: src/frontend/ast.rs#L9
item name starts with its containing module's name
verify formatting and lints: src/frontend/ast.rs#L11
item name starts with its containing module's name
verify formatting and lints: src/frontend/ast.rs#L19
item name starts with its containing module's name
verify formatting and lints: src/frontend/parser.rs#L54
this method could have a `#[must_use]` attribute
verify formatting and lints: src/frontend/parser.rs#L75
docs for function returning `Result` missing `# Errors` section
verify formatting and lints: src/frontend/parser.rs#L86
docs for function returning `Result` missing `# Errors` section
verify formatting and lints: src/frontend/parser.rs#L326
this function's return value is unnecessarily wrapped by `Result`