Skip to content

Commit 0301eaf

Browse files
SimonSapinCentril
authored andcommitted
Update src/librustc_typeck/error_codes.rs
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
1 parent 8c5ae86 commit 0301eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_typeck/error_codes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4864,7 +4864,7 @@ assert_eq!(1, discriminant(&Enum::Struct{a: 7, b: 11}));
48644864
"##,
48654865

48664866
E0740: r##"
4867-
A `union` can not have fields with destructors.
4867+
A `union` cannot have fields with destructors.
48684868
"##,
48694869

48704870
E0733: r##"

0 commit comments

Comments
 (0)