diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-06-12 14:01:47 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-06-16 13:14:04 +0200 |
| commit | a19dfb573d18c8b937c159cda24a3bb40ca5082d (patch) | |
| tree | 63f57eb00488e479d5fe3c7edaa83007262148f1 /src/librustc_error_codes/error_codes.rs | |
| parent | 59493917be3e87e1dfb44a9ccb66a9f9b17228e6 (diff) | |
| download | rust-a19dfb573d18c8b937c159cda24a3bb40ca5082d.tar.gz rust-a19dfb573d18c8b937c159cda24a3bb40ca5082d.zip | |
Create new E0763 error code for unterminated byte constant
Diffstat (limited to 'src/librustc_error_codes/error_codes.rs')
| -rw-r--r-- | src/librustc_error_codes/error_codes.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_error_codes/error_codes.rs b/src/librustc_error_codes/error_codes.rs index 3fb5e04efc9..1d6a579bdff 100644 --- a/src/librustc_error_codes/error_codes.rs +++ b/src/librustc_error_codes/error_codes.rs @@ -442,6 +442,7 @@ E0758: include_str!("./error_codes/E0758.md"), E0760: include_str!("./error_codes/E0760.md"), E0761: include_str!("./error_codes/E0761.md"), E0762: include_str!("./error_codes/E0762.md"), +E0763: include_str!("./error_codes/E0763.md"), ; // E0006, // merged with E0005 // E0008, // cannot bind by-move into a pattern guard |
