]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/keyword/keyword-self-as-identifier.stderr
Removed feature gate.
[rust.git] / src / test / ui / keyword / keyword-self-as-identifier.stderr
index c47f4aeabefd81f2cdcf53cceaef157cc3fdbefe..dbb106e8d53a536fbd1d726d39f2807457fae508 100644 (file)
@@ -4,6 +4,7 @@ error[E0531]: cannot find unit struct/variant or constant `Self` in this scope
 LL |     let Self = 22; //~ ERROR cannot find unit struct/variant or constant `Self` in this scope
    |         ^^^^ not found in this scope
 
-error: aborting due to previous error
+error: aborting due to previous error
 
-For more information about this error, try `rustc --explain E0531`.
+Some errors occurred: E0531, E0658.
+For more information about an error, try `rustc --explain E0531`.