]> git.proxmox.com Git - rustc.git/blobdiff - src/librustc_error_codes/error_codes/E0422.md
New upstream version 1.44.1+dfsg1
[rustc.git] / src / librustc_error_codes / error_codes / E0422.md
index a91ea6a9e22f607ca58e6314ab5a6ad54743260f..828a52e73411469ca949d0acdeec406773a5a6d1 100644 (file)
@@ -1,4 +1,5 @@
-You are trying to use an identifier that is either undefined or not a struct.
+An identifier that is neither defined nor a struct was used.
+
 Erroneous code example:
 
 ```compile_fail,E0422