3 matches across 1 files for error lang:Markdown lang:Markdown path:compiler/rustc_error_codes/src/error_codes/E0256.md
snippet_mode: grep · sorted by relevance
compiler/rustc_error_codes/src/error_codes/E0256.md MARKDOWN 3 matches view file →
1#### Note: this error code is no longer emitted by the compiler.
2
3You can't import a type or module when the name of the item being imported is
· · ·
4the same as another type or submodule defined in the module.
5
6An example of this error:
7
8```compile_fail
· · ·
9use foo::Bar; // error
10
11type Bar = u32;
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.