Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ error.rs
File
error.rs
crates/codegen/src/error.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use alloc::fmt;
2
use core::fmt::Display;
3
use rustpython_compiler_core::SourceLocation;
4
use thiserror::Error;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected