4 matches across 1 files for error lang:Markdown lang:Markdown path:src/doc/unstable-book/src/language-features/rustc-attrs.md
snippet_mode: grep · sorted by relevance
src/doc/unstable-book/src/language-features/rustc-attrs.md MARKDOWN 4 matches view file →
30```
31
32When that is compiled, the compiler will error with something like
33
34```text
· · ·
35error: backend_repr: Aggregate { sized: true }
36 --> src/lib.rs:4:1
37 |
· · ·
42 | |_^
43
44error: size: Size { raw: 16 }
45 --> src/lib.rs:4:1
46 |
· · ·
51 | |_^
52
53error: aborting due to 2 previous errors
54```
55
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.