]> git.lizzy.rs Git - rust.git/commitdiff
Updated ui tests.
authorAlexander Regueiro <alexreg@me.com>
Fri, 30 Nov 2018 15:42:57 +0000 (15:42 +0000)
committerAlexander Regueiro <alexreg@me.com>
Fri, 30 Nov 2018 15:42:57 +0000 (15:42 +0000)
src/test/ui/keyword/keyword-self-as-identifier.stderr
src/test/ui/self/self_type_keyword-2.stderr

index dbb106e8d53a536fbd1d726d39f2807457fae508..c47f4aeabefd81f2cdcf53cceaef157cc3fdbefe 100644 (file)
@@ -4,7 +4,6 @@ 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
 
-Some errors occurred: E0531, E0658.
-For more information about an error, try `rustc --explain E0531`.
+For more information about this error, try `rustc --explain E0531`.
index 3a2e9bb9c9c834082ba8ff81a5d6647d6354c190..972e5bdddc6733493e530b2b1015c11bbac8336b 100644 (file)
@@ -24,5 +24,5 @@ LL |         Foo { x: Self } => (),
 
 error: aborting due to 4 previous errors
 
-Some errors occurred: E0432, E0531, E0658.
+Some errors occurred: E0432, E0531.
 For more information about an error, try `rustc --explain E0432`.