5 matches across 1 files for func main lang:Markdown path:compiler/rustc_error_codes/src/error_codes/E0093.md
snippet_mode: auto · sorted by relevance
compiler/rustc_error_codes/src/error_codes/E0093.md MARKDOWN 5 matches view file →
1An unknown intrinsic function was declared.
2
3Erroneous code example:
· · ·
8
9#[rustc_intrinsic]
10unsafe fn foo(); // error: unrecognized intrinsic function: `foo`
11
12fn main() {
· · ·
12fn main() {
13 unsafe {
14 foo();
· · ·
17```
18
19Please check you didn't make a mistake in the function's name. All intrinsic
20functions are defined in `library/core/src/intrinsics` in the Rust source code.
21
· · ·
20functions are defined in `library/core/src/intrinsics` in the Rust source code.
21
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.