Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ from
Method
from
crates/jit/src/lib.rs:25–27 ·
view source on GitHub ↗
(err: ModuleError)
Source
from the content-addressed store, hash-verified
23
24
impl From<ModuleError> for JitCompileError {
25
fn from(err: ModuleError) -> Self {
26
Self::CraneliftError(Box::new(err))
27
}
28
}
29
30
#[derive(Debug, thiserror::Error, Eq, PartialEq)]
Callers
nothing calls this directly
Calls
4
new
Function · 0.85
Bool
Class · 0.85
Int
Class · 0.50
Float
Class · 0.50
Tested by
no test coverage detected