Parser #1157
Annotations
10 errors and 6 warnings
Run cargo test --verbose:
nemo-python/src/lib.rs#L15
failed to resolve: could not find `model` in `nemo`
|
Run cargo test --verbose:
nemo-python/src/lib.rs#L13
unresolved imports `nemo::io::lexer`, `nemo::model`
|
Run cargo test --verbose:
nemo-python/src/lib.rs#L51
failed to resolve: could not find `model` in `nemo`
|
Run cargo test --verbose:
nemo-python/src/lib.rs#L411
failed to resolve: could not find `parser` in `io`
|
Run cargo test --verbose:
nemo-python/src/lib.rs#L49
the method `get_or_init` exists for reference `&LazyTypeObject<NemoProgram>`, but its trait bounds were not satisfied
|
Run cargo test --verbose:
nemo-python/src/lib.rs#L49
the function or associated item `new` exists for struct `PyClassImplCollector<NemoProgram>`, but its trait bounds were not satisfied
|
Run cargo test --verbose:
nemo-python/src/lib.rs#L53
the trait bound `Result<NemoProgram, PyErr>: OkWrap<_>` is not satisfied
|
Run cargo test --verbose:
nemo-python/src/lib.rs#L59
the trait bound `Result<NemoProgram, PyErr>: OkWrap<_>` is not satisfied
|
Run cargo test --verbose:
nemo-python/src/lib.rs#L91
no function or associated item named `new` found for struct `ExportManager` in the current scope
|
Run cargo test --verbose:
nemo-python/src/lib.rs#L201
the method `get_or_init` exists for reference `&LazyTypeObject<NemoFact>`, but its trait bounds were not satisfied
|
Run cargo test --verbose:
nemo/src/parser/error.rs#L112
function `transform_error_tree` is never used
|
Run cargo test --verbose:
nemo/src/parser/lsp.rs#L12
fields `identifier` and `scope` are never read
|
Run cargo test --verbose:
nemo/src/parser/lsp.rs#L19
fields `name` and `kind` are never read
|
Run cargo test --verbose:
nemo-physical/src/datasources/tuple_writer.rs#L77
missing documentation for a module
|
Run cargo test --verbose:
nemo-python/src/lib.rs#L415
unreachable statement
|
Run cargo test --verbose:
nemo-python/src/lib.rs#L60
unused variable: `rules`
|
Loading