MCPcopy Create free account
hub / github.com/MariaSolOs/shebling / ParseErrorNote

Class ParseErrorNote

crates/shebling-parser/src/error.rs:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40#[error("{note}")]
41#[diagnostic(severity("error"))]
42pub(crate) struct ParseErrorNote {
43 #[label]
44 location: usize,
45 note: &'static str,
46}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected