compiler/rustc_error_codes/src/error_codes/E0763.md MARKDOWN 14 lines View on github.com → Search inside
1A byte constant wasn't correctly ended.23Erroneous code example:45```compile_fail,E07636let c = b'a; // error!7```89To fix this error, add the missing quote:1011```12let c = b'a'; // 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.