Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PRQL/prql
/ from
Method
from
prqlc/prqlc-parser/src/error.rs:142–144 ·
view source on GitHub ↗
(error: Error)
Source
from the content-addressed store, hash-verified
140
141
impl From<Error> for Errors {
142
fn from(error: Error) -> Self {
143
Errors(vec![error])
144
}
145
}
146
147
// Needed for anyhow
Callers
nothing calls this directly
Calls
1
Errors
Class · 0.85
Tested by
no test coverage detected