Skip to content

Commit

Permalink
update ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Oct 7, 2019
1 parent 28b0e1d commit 96efaad
Show file tree
Hide file tree
Showing 44 changed files with 48 additions and 7 deletions.
Expand Up @@ -23,3 +23,4 @@ LL | bar(foo, x)

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
Expand Up @@ -19,3 +19,4 @@ LL | fn baz<'a,'b>(x: Type<'a>) -> Type<'static> {

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
3 changes: 2 additions & 1 deletion src/test/ui/c-variadic/variadic-ffi-4.stderr
Expand Up @@ -209,4 +209,5 @@ LL | | }

error: aborting due to 8 previous errors

For more information about this error, try `rustc --explain E0308`.
Some errors have detailed explanations: E0308, E0495.
For more information about an error, try `rustc --explain E0308`.
Expand Up @@ -27,3 +27,4 @@ LL | invoke(&x, |a, b| if a > b { a } else { b });

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
1 change: 1 addition & 0 deletions src/test/ui/impl-header-lifetime-elision/dyn-trait.stderr
Expand Up @@ -19,3 +19,4 @@ LL | fn with_dyn_debug_static<'a>(x: Box<dyn Debug + 'a>) {

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
Expand Up @@ -18,3 +18,4 @@ LL | | }

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
Expand Up @@ -22,3 +22,4 @@ LL | fn foo(&self, x: &u32, y: &'a u32) -> &'a u32 {

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
1 change: 1 addition & 0 deletions src/test/ui/in-band-lifetimes/mismatched_trait_impl.stderr
Expand Up @@ -32,3 +32,4 @@ LL | x

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0495`.
1 change: 1 addition & 0 deletions src/test/ui/issues/issue-16683.stderr
Expand Up @@ -27,3 +27,4 @@ LL | trait T<'a> {

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
1 change: 1 addition & 0 deletions src/test/ui/issues/issue-17758.stderr
Expand Up @@ -28,3 +28,4 @@ LL | trait Foo<'a> {

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
3 changes: 2 additions & 1 deletion src/test/ui/issues/issue-20831-debruijn.stderr
Expand Up @@ -94,4 +94,5 @@ LL | impl<'a> Publisher<'a> for MyStruct<'a> {

error: aborting due to 3 previous errors

For more information about this error, try `rustc --explain E0308`.
Some errors have detailed explanations: E0308, E0495.
For more information about an error, try `rustc --explain E0308`.
1 change: 1 addition & 0 deletions src/test/ui/issues/issue-52213.stderr
Expand Up @@ -25,3 +25,4 @@ LL | ((u,),) => u,

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
1 change: 1 addition & 0 deletions src/test/ui/issues/issue-55796.stderr
Expand Up @@ -42,3 +42,4 @@ LL | Box::new(self.in_edges(u).map(|e| e.target()))

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0495`.
1 change: 1 addition & 0 deletions src/test/ui/nll/issue-55394.stderr
Expand Up @@ -27,3 +27,4 @@ LL | impl Foo<'_> {

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
1 change: 1 addition & 0 deletions src/test/ui/nll/normalization-bounds-error.stderr
Expand Up @@ -20,3 +20,4 @@ LL | fn visit_seq<'d, 'a: 'd>() -> <&'a () as Visitor<'d>>::Value {}

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
1 change: 1 addition & 0 deletions src/test/ui/nll/type-alias-free-regions.stderr
Expand Up @@ -50,3 +50,4 @@ LL | impl<'a> FromTuple<'a> for C<'a> {

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0495`.
Expand Up @@ -21,3 +21,4 @@ LL | <Foo<'a>>::C

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
Expand Up @@ -21,3 +21,4 @@ LL | T::C

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
Expand Up @@ -50,3 +50,4 @@ LL | fn load3<'a,'b>(ss: &'a dyn SomeTrait) -> &'b dyn SomeTrait {

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0495`.
1 change: 1 addition & 0 deletions src/test/ui/regions/region-object-lifetime-2.stderr
Expand Up @@ -27,3 +27,4 @@ LL | x.borrowed()

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
1 change: 1 addition & 0 deletions src/test/ui/regions/region-object-lifetime-4.stderr
Expand Up @@ -27,3 +27,4 @@ LL | x.borrowed()

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
Expand Up @@ -48,4 +48,5 @@ LL | fn d<'a,'b>(v: &'a [u8]) -> Box<dyn Foo+'b> {

error: aborting due to 4 previous errors

For more information about this error, try `rustc --explain E0621`.
Some errors have detailed explanations: E0495, E0621.
For more information about an error, try `rustc --explain E0495`.
1 change: 1 addition & 0 deletions src/test/ui/regions/regions-addr-of-self.stderr
Expand Up @@ -26,3 +26,4 @@ LL | let p: &'static mut usize = &mut self.cats_chased;

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
1 change: 1 addition & 0 deletions src/test/ui/regions/regions-addr-of-upvar-self.stderr
Expand Up @@ -23,3 +23,4 @@ LL | let p: &'static mut usize = &mut self.food;

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
Expand Up @@ -46,3 +46,4 @@ LL | impl<'a,'b> Foo<'b> for &'a i64 {

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0495`.
Expand Up @@ -21,3 +21,4 @@ LL | impl<'a> Foo for &'a i32 {

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
Expand Up @@ -21,3 +21,4 @@ LL | box B(&*v) as Box<dyn X>

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
Expand Up @@ -21,3 +21,4 @@ LL | box B(&*v) as Box<dyn X>

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
Expand Up @@ -25,3 +25,4 @@ LL | fn make_object_bad<'a,'b,'c,A:SomeTrait+'a+'b>(v: A) -> Box<dyn SomeTrait +

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
1 change: 1 addition & 0 deletions src/test/ui/regions/regions-creating-enums4.stderr
Expand Up @@ -23,3 +23,4 @@ LL | fn mk_add_bad2<'a,'b>(x: &'a Ast<'a>, y: &'a Ast<'a>, z: &Ast) -> Ast<'b> {

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
1 change: 1 addition & 0 deletions src/test/ui/regions/regions-escape-method.stderr
Expand Up @@ -25,3 +25,4 @@ LL | s.f(|p| p)

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
1 change: 1 addition & 0 deletions src/test/ui/regions/regions-escape-via-trait-or-not.stderr
Expand Up @@ -25,3 +25,4 @@ LL | with(|o| o)

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
Expand Up @@ -30,3 +30,4 @@ LL | | }

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
1 change: 1 addition & 0 deletions src/test/ui/regions/regions-infer-call-3.stderr
Expand Up @@ -27,3 +27,4 @@ LL | let z = with(|y| { select(x, y) });

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
3 changes: 2 additions & 1 deletion src/test/ui/regions/regions-nested-fns.stderr
Expand Up @@ -57,4 +57,5 @@ LL | fn nested<'x>(x: &'x isize) {

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0312`.
Some errors have detailed explanations: E0312, E0495.
For more information about an error, try `rustc --explain E0312`.
Expand Up @@ -23,3 +23,4 @@ LL | fn bar<'a, 'b>()

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
1 change: 1 addition & 0 deletions src/test/ui/regions/regions-ret-borrowed-1.stderr
Expand Up @@ -25,3 +25,4 @@ LL | with(|o| o)

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
1 change: 1 addition & 0 deletions src/test/ui/regions/regions-ret-borrowed.stderr
Expand Up @@ -25,3 +25,4 @@ LL | with(|o| o)

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
Expand Up @@ -27,3 +27,4 @@ LL | let y = f();

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
2 changes: 1 addition & 1 deletion src/test/ui/regions/regions-trait-object-subtyping.stderr
Expand Up @@ -61,5 +61,5 @@ LL | fn foo4<'a:'b,'b>(x: Wrapper<&'a mut dyn Dummy>) -> Wrapper<&'b mut dyn Dum

error: aborting due to 3 previous errors

Some errors have detailed explanations: E0308, E0478.
Some errors have detailed explanations: E0308, E0478, E0495.
For more information about an error, try `rustc --explain E0308`.
2 changes: 1 addition & 1 deletion src/test/ui/reject-specialized-drops-8142.stderr
Expand Up @@ -111,5 +111,5 @@ LL | struct W<'l1, 'l2> { x: &'l1 i8, y: &'l2 u8 }

error: aborting due to 8 previous errors

Some errors have detailed explanations: E0308, E0366, E0367.
Some errors have detailed explanations: E0308, E0366, E0367, E0495.
For more information about an error, try `rustc --explain E0308`.
Expand Up @@ -20,3 +20,4 @@ LL | impl<'a,'b> T2<'a, 'b> for S<'a, 'b> {

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
Expand Up @@ -24,3 +24,4 @@ LL | Box::new(items.iter())

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.
2 changes: 1 addition & 1 deletion src/test/ui/wf/wf-static-method.stderr
Expand Up @@ -105,5 +105,5 @@ LL | <IndirectEvil>::static_evil(b)

error: aborting due to 5 previous errors

Some errors have detailed explanations: E0312, E0478.
Some errors have detailed explanations: E0312, E0478, E0495.
For more information about an error, try `rustc --explain E0312`.

0 comments on commit 96efaad

Please sign in to comment.