diff options
| author | bors <bors@rust-lang.org> | 2020-02-29 13:59:45 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-02-29 13:59:45 +0000 |
| commit | e9bca510fe17354f876aa289bb39d347d7c69c69 (patch) | |
| tree | 40659d608c96e6f87d8d1951f983e4dfe2886135 /src/librustc_error_codes/error_codes.rs | |
| parent | 3f9bddc7fea3ca1d49f39f22bb937a84ed32f84e (diff) | |
| parent | e2738285ea7374bc6423ea6de095ad0e8990975d (diff) | |
| download | rust-e9bca510fe17354f876aa289bb39d347d7c69c69.tar.gz rust-e9bca510fe17354f876aa289bb39d347d7c69c69.zip | |
Auto merge of #69260 - GuillaumeGomez:create-E0747-error-code, r=varkor,estebank
Create E0747 error code for unterminated raw strings Reopening of #66035. r? @estebank
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 91a7b6c8958..89359bb1bfd 100644 --- a/src/librustc_error_codes/error_codes.rs +++ b/src/librustc_error_codes/error_codes.rs @@ -418,6 +418,7 @@ E0744: include_str!("./error_codes/E0744.md"), E0745: include_str!("./error_codes/E0745.md"), E0746: include_str!("./error_codes/E0746.md"), E0747: include_str!("./error_codes/E0747.md"), +E0748: include_str!("./error_codes/E0748.md"), ; // E0006, // merged with E0005 // E0008, // cannot bind by-move into a pattern guard |
