compiler/rustc_error_codes/src/error_codes/E0762.md MARKDOWN 14 lines View on github.com → Search inside
1A character literal wasn't ended with a quote.23Erroneous code example:45```compile_fail,E07626static C: char = '●; // error!7```89To fix this error, add the missing quote:1011```12static C: char = '●'; // ok!13```

Findings

✓ No findings reported for this file.

Get this view in your editor

Same data, no extra tab — call code_get_file + code_get_findings over MCP from Claude/Cursor/Copilot.