diff options
| author | bors <bors@rust-lang.org> | 2020-06-22 12:59:57 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-06-22 12:59:57 +0000 |
| commit | 62878c20e9ce146123fbac23a98e44dfaae95d69 (patch) | |
| tree | 7c00b342398c48898a8cba76e31ecfdde193f127 /src/librustc_error_codes/error_codes.rs | |
| parent | 1a4e2b6f9c75a0e21722c88a0e3b610d6ffc3ae3 (diff) | |
| parent | c5e6f48544a1a9dfdfc6a953d5c9d56c399bcb7d (diff) | |
| download | rust-62878c20e9ce146123fbac23a98e44dfaae95d69.tar.gz rust-62878c20e9ce146123fbac23a98e44dfaae95d69.zip | |
Auto merge of #73617 - Dylan-DPC:rollup-zugh80o, r=Dylan-DPC
Rollup of 6 pull requests Successful merges: - #71660 (impl PartialEq<Vec<B>> for &[A], &mut [A]) - #72623 (Prefer accessible paths in 'use' suggestions) - #73502 (Add E0765) - #73580 (deprecate wrapping_offset_from) - #73582 (Miri: replace many bug! by span_bug!) - #73585 (Do not send a notification for P-high stable regressions) Failed merges: - #73581 (Create 0766 error code) r? @ghost
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 738b3bc7539..6a5e23adafa 100644 --- a/src/librustc_error_codes/error_codes.rs +++ b/src/librustc_error_codes/error_codes.rs @@ -445,6 +445,7 @@ E0761: include_str!("./error_codes/E0761.md"), E0762: include_str!("./error_codes/E0762.md"), E0763: include_str!("./error_codes/E0763.md"), E0764: include_str!("./error_codes/E0764.md"), +E0765: include_str!("./error_codes/E0765.md"), ; // E0006, // merged with E0005 // E0008, // cannot bind by-move into a pattern guard |
