diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-06-10 11:53:57 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-06-10 11:54:09 +0200 |
| commit | 50a42fe5134fd8dbd5bc6df110654a31ee059a62 (patch) | |
| tree | 50ab8fa58bf61dd8bd2ac8af82b6c61a6d370c2f /src/librustc_error_codes/error_codes.rs | |
| parent | bb8674837a9cc5225020e07fc3f164762bb4c11c (diff) | |
| download | rust-50a42fe5134fd8dbd5bc6df110654a31ee059a62.tar.gz rust-50a42fe5134fd8dbd5bc6df110654a31ee059a62.zip | |
Create new error code E0762 for unterminated char literals
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 ec5b3251e68..285242647b3 100644 --- a/src/librustc_error_codes/error_codes.rs +++ b/src/librustc_error_codes/error_codes.rs @@ -440,6 +440,7 @@ E0754: include_str!("./error_codes/E0754.md"), 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"), ; // E0006, // merged with E0005 // E0008, // cannot bind by-move into a pattern guard |
