From de405dcb8fbcd0add1e60c75800dac9b8fbe4884 Mon Sep 17 00:00:00 2001 From: Ding Xiang Fei Date: Mon, 27 Jan 2025 06:06:06 +0800 Subject: introduce CoercePointeeWellformed for coherence checks at typeck stage --- compiler/rustc_error_codes/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/rustc_error_codes/src/lib.rs') diff --git a/compiler/rustc_error_codes/src/lib.rs b/compiler/rustc_error_codes/src/lib.rs index 0a30bdb48a0..e970b16f610 100644 --- a/compiler/rustc_error_codes/src/lib.rs +++ b/compiler/rustc_error_codes/src/lib.rs @@ -545,6 +545,7 @@ E0798: 0798, E0799: 0799, E0800: 0800, E0801: 0801, +E0802: 0802, ); ) } -- cgit 1.4.1-3-g733a5