2,420 matches across 25 files for error lang:Markdown lang:Markdown
snippet_mode: summary · sorted by relevance
src/doc/guide-error-handling.md MARKDOWN 2 matches · showing 1 view file →
1% Error Handling in Rust
+ 1 more matches in this file
src/doc/unstable-book/src/compiler-flags/lint-llvm-ir.md MARKDOWN 2 matches · showing 1 view file →
6You can use it to check for common errors in the LLVM IR generated by `rustc`.
+ 1 more matches in this file
compiler/rustc_error_codes/src/error_codes/E0231.md MARKDOWN 1 matches view file →
1#### Note: this error code is no longer emitted by the compiler
compiler/rustc_error_codes/src/error_codes/E0388.md MARKDOWN 1 matches view file →
1#### Note: this error code is no longer emitted by the compiler.
library/core/src/fmt/fmt_trait_method_doc.md MARKDOWN 2 matches · showing 1 view file →
3# Errors
+ 1 more matches in this file
compiler/rustc_error_codes/src/error_codes/E0208.md MARKDOWN 2 matches · showing 1 view file →
1#### This error code is internal to the compiler and will not be emitted with normal Rust code.
+ 1 more matches in this file
compiler/rustc_error_codes/src/error_codes/E0640.md MARKDOWN 2 matches · showing 1 view file →
1#### This error code is internal to the compiler and will not be emitted with normal Rust code.
+ 1 more matches in this file
compiler/rustc_error_codes/src/error_codes/E0717.md MARKDOWN 1 matches view file →
1#### This error code is internal to the compiler and will not be emitted with normal Rust code.
src/doc/unstable-book/src/compiler-flags/treat-err-as-bug.md MARKDOWN 2 matches · showing 1 view file →
7This flag converts the selected error to a [`bug!`] call, exiting the compiler immediately and allowing you to generate a backtrace of where the error occurred.
+ 1 more matches in this file
compiler/rustc_error_codes/src/error_codes/E0763.md MARKDOWN 2 matches · showing 1 view file →
6let c = b'a; // error!
+ 1 more matches in this file
compiler/rustc_error_codes/src/error_codes/E0773.md MARKDOWN 2 matches · showing 1 view file →
1#### Note: this error code is no longer emitted by the compiler.
+ 1 more matches in this file
compiler/rustc_error_codes/src/error_codes/E0230.md MARKDOWN 2 matches · showing 1 view file →
1#### Note: this error code is no longer emitted by the compiler.
+ 1 more matches in this file
compiler/rustc_error_codes/src/error_codes/E0768.md MARKDOWN 2 matches · showing 1 view file →
6let s: i32 = 0b; // error!
+ 1 more matches in this file
.github/ISSUE_TEMPLATE/ice.md MARKDOWN 4 matches · showing 1 view file →
2name: Internal Compiler Error
+ 3 more matches in this file
src/doc/rustc-dev-guide/src/borrow-check/region-inference/error-reporting.md MARKDOWN 2 matches · showing 1 view file →
1# Reporting region errors
+ 1 more matches in this file
compiler/rustc_error_codes/src/error_codes/E0762.md MARKDOWN 2 matches · showing 1 view file →
6static C: char = '●; // error!
+ 1 more matches in this file
compiler/rustc_error_codes/src/error_codes/E0647.md MARKDOWN 1 matches view file →
1#### Note: this error code is no longer emitted by the compiler.
compiler/rustc_error_codes/src/error_codes/E0765.md MARKDOWN 2 matches · showing 1 view file →
6let s = "; // error!
+ 1 more matches in this file
compiler/rustc_error_codes/src/error_codes/E0766.md MARKDOWN 2 matches · showing 1 view file →
6let s = b"; // error!
+ 1 more matches in this file
compiler/rustc_error_codes/src/error_codes/E0671.md MARKDOWN 2 matches · showing 1 view file →
1#### Note: this error code is no longer emitted by the compiler.
+ 1 more matches in this file
src/doc/unstable-book/src/language-features/rustc-attrs.md MARKDOWN 4 matches · showing 1 view file →
32When that is compiled, the compiler will error with something like
+ 3 more matches in this file
compiler/rustc_error_codes/src/error_codes/E0138.md MARKDOWN 1 matches view file →
1#### Note: this error code is no longer emitted by the compiler.
compiler/rustc_error_codes/src/error_codes/E0770.md MARKDOWN 2 matches · showing 1 view file →
6fn foo<T, const N: T>() {} // error!
+ 1 more matches in this file
compiler/rustc_error_codes/src/error_codes/E0256.md MARKDOWN 3 matches · showing 1 view file →
1#### Note: this error code is no longer emitted by the compiler.
+ 2 more matches in this file
compiler/rustc_error_codes/src/error_codes/E0132.md MARKDOWN 1 matches view file →
1#### Note: this error code is no longer emitted by the compiler.
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.