MCPcopy Create free account
hub / github.com/csskit/csskit / unexpected_at_c

Function unexpected_at_c

crates/csskit_derives/src/parse.rs:218–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

216}
217
218fn unexpected_at_c() -> TokenStream {
219 quote! { Err(crate::Diagnostic::new(c, crate::Diagnostic::unexpected))? }
220}
221
222struct SequentialPlan<'a> {
223 fields: &'a [Field],

Callers 2

renderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected