Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
218
fn unexpected_at_c() -> TokenStream {
219
quote! { Err(crate::Diagnostic::new(c, crate::Diagnostic::unexpected))? }
220
}
221
222
struct SequentialPlan<'a> {
223
fields: &'a [Field],
Callers
2
render
Method · 0.85
return_with_hoisted_only
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected