Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arialang/aria
/ errors
Method
errors
lsp/src/parser.rs:44–46 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
42
}
43
44
pub fn errors(&self) -> &Vec<ParseError> {
45
&self.errors
46
}
47
}
48
49
impl ParseError {
Callers
1
parse_error_ranges
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected