Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidblewett/rure-python
/ from
Method
from
regex/regex-syntax/src/error.rs:31–33 ·
view source on GitHub ↗
(err: ast::Error)
Source
from the content-addressed store, hash-verified
29
30
impl From<ast::Error> for Error {
31
fn from(err: ast::Error) -> Error {
32
Error::Parse(err)
33
}
34
}
35
36
impl From<hir::Error> for Error {
Callers
nothing calls this directly
Calls
4
auxiliary_span
Method · 0.80
pattern
Method · 0.45
kind
Method · 0.45
span
Method · 0.45
Tested by
no test coverage detected