Update ui tests

This commit is contained in:
Guillaume Gomez 2019-11-07 13:02:34 +01:00
parent b7c0e464d5
commit ffc1c5a04d
70 changed files with 78 additions and 8 deletions

View File

@ -18,3 +18,4 @@ LL | let _failure_proves_not_implied_outlives_region_b: &'b T = &x;
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0623`.

View File

@ -11,3 +11,4 @@ LL | let z: I::A = if cond { x } else { y };
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -18,3 +18,4 @@ LL | let _c: <T as Trait<'a>>::Type = b;
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0623`.

View File

@ -22,3 +22,4 @@ LL | (a, b)
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0623`.

View File

@ -21,3 +21,4 @@ LL | let b = bar(foo, x);
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0623`.

View File

@ -11,3 +11,4 @@ LL | let b = bar(f, y);
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -11,3 +11,4 @@ LL | foo
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -9,3 +9,4 @@ LL | async fn async_ret_impl_trait1<'a, 'b>(a: &'a u8, b: &'b u8) -> impl Trait<
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -10,3 +10,4 @@ LL | S { pointer: &mut *p.pointer }
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -21,4 +21,5 @@ LL | let _: AdaptedMatrixProvider<'original_data, MP> = tableau.provider().c
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0601`.
Some errors have detailed explanations: E0601, E0623.
For more information about an error, try `rustc --explain E0601`.

View File

@ -77,4 +77,5 @@ LL | fn ty_param_wont_outlive_static<T:Debug>(x: T) -> impl Debug + 'static {
error: aborting due to 5 previous errors
For more information about this error, try `rustc --explain E0310`.
Some errors have detailed explanations: E0310, E0623.
For more information about an error, try `rustc --explain E0310`.

View File

@ -16,4 +16,5 @@ LL | fn foo2(x: &'a u32, y: &'b u32) -> &'a u32 { y }
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0621`.
Some errors have detailed explanations: E0621, E0623.
For more information about an error, try `rustc --explain E0621`.

View File

@ -22,3 +22,4 @@ LL | x
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0623`.

View File

@ -29,4 +29,5 @@ LL | | }
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0308`.
Some errors have detailed explanations: E0308, E0623.
For more information about an error, try `rustc --explain E0308`.

View File

@ -11,3 +11,4 @@ LL | if x > y { x } else { y }
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -11,3 +11,4 @@ LL | x
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -11,3 +11,4 @@ LL | if true { x } else { self }
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -8,3 +8,4 @@ LL | x.push(y);
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -9,3 +9,4 @@ LL | x.push(z);
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -8,3 +8,4 @@ LL | let a: &mut Vec<Ref<i32>> = x;
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -8,3 +8,4 @@ LL | let a: &mut Vec<Ref<i32>> = x;
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -8,3 +8,4 @@ LL | *v = x;
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -16,3 +16,4 @@ LL | z.push((x,y));
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0623`.

View File

@ -8,3 +8,4 @@ LL | x.b = y.b;
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -8,3 +8,4 @@ LL | x.a = x.b;
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -9,3 +9,4 @@ LL | x.push(y);
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -8,3 +8,4 @@ LL | x.push(y);
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -8,3 +8,4 @@ LL | x.push(y);
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -8,3 +8,4 @@ LL | x.push(y);
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -10,3 +10,4 @@ LL | y = x.b;
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -8,3 +8,4 @@ LL | y.b = x;
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -8,3 +8,4 @@ LL | y.b = x;
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -8,3 +8,4 @@ LL | x.b = y;
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -10,3 +10,4 @@ LL | x
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -10,3 +10,4 @@ LL | if true { x } else { self }
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -8,3 +8,4 @@ LL | y.push(z);
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -8,3 +8,4 @@ LL | x.push(y);
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -8,3 +8,4 @@ LL | y.push(z);
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -8,3 +8,4 @@ LL | x.push(y);
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -27,4 +27,5 @@ LL | fn load2<'a>(ss: &MyBox<dyn SomeTrait + 'a>) -> MyBox<dyn SomeTrait + 'a> {
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0308`.
Some errors have detailed explanations: E0308, E0623.
For more information about an error, try `rustc --explain E0308`.

View File

@ -27,4 +27,5 @@ LL | let _: fn(&mut &isize, &mut &isize) = a;
error: aborting due to 3 previous errors
For more information about this error, try `rustc --explain E0308`.
Some errors have detailed explanations: E0308, E0623.
For more information about an error, try `rustc --explain E0308`.

View File

@ -38,4 +38,5 @@ LL | let _: fn(&mut &isize, &mut &isize, &mut &isize) = a;
error: aborting due to 4 previous errors
For more information about this error, try `rustc --explain E0308`.
Some errors have detailed explanations: E0308, E0623.
For more information about an error, try `rustc --explain E0308`.

View File

@ -9,3 +9,4 @@ LL | a.bigger_region(b)
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -9,3 +9,4 @@ LL | f.method(b);
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -10,3 +10,4 @@ LL | Ast::Add(x, y)
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -22,3 +22,4 @@ LL | let z: &'b usize = &*x;
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0623`.

View File

@ -29,3 +29,4 @@ LL | let z: Option<&'a &'b usize> = None;
error: aborting due to 3 previous errors
For more information about this error, try `rustc --explain E0623`.

View File

@ -12,3 +12,4 @@ LL | let _: Contravariant<'long> = c;
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -11,3 +11,4 @@ LL | let _: Covariant<'short> = c;
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -27,4 +27,5 @@ LL | let _: fn(&mut &isize, &mut &isize) = a;
error: aborting due to 3 previous errors
For more information about this error, try `rustc --explain E0308`.
Some errors have detailed explanations: E0308, E0623.
For more information about an error, try `rustc --explain E0308`.

View File

@ -10,3 +10,4 @@ LL | &mut ***p
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -10,3 +10,4 @@ LL | &mut **p
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -9,3 +9,4 @@ LL | let _: S<'long, 'long> = c;
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -12,3 +12,4 @@ LL | let _: Contravariant<'long> = c;
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -11,3 +11,4 @@ LL | let _: Covariant<'short> = c;
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -11,3 +11,4 @@ LL | let _: Invariant<'short> = c;
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -24,3 +24,4 @@ LL | async fn bar<'a>(self: Alias<&Self>, arg: &'a ()) -> &() { arg }
error: aborting due to 3 previous errors
For more information about this error, try `rustc --explain E0623`.

View File

@ -24,3 +24,4 @@ LL | fn bar<'a>(self: Alias<&Self>, arg: &'a ()) -> &() { arg }
error: aborting due to 3 previous errors
For more information about this error, try `rustc --explain E0623`.

View File

@ -60,3 +60,4 @@ LL | f
error: aborting due to 6 previous errors
For more information about this error, try `rustc --explain E0623`.

View File

@ -60,3 +60,4 @@ LL | f
error: aborting due to 6 previous errors
For more information about this error, try `rustc --explain E0623`.

View File

@ -60,3 +60,4 @@ LL | f
error: aborting due to 6 previous errors
For more information about this error, try `rustc --explain E0623`.

View File

@ -60,3 +60,4 @@ LL | f
error: aborting due to 6 previous errors
For more information about this error, try `rustc --explain E0623`.

View File

@ -50,3 +50,4 @@ LL | f
error: aborting due to 5 previous errors
For more information about this error, try `rustc --explain E0623`.

View File

@ -50,3 +50,4 @@ LL | f
error: aborting due to 5 previous errors
For more information about this error, try `rustc --explain E0623`.

View File

@ -70,3 +70,4 @@ LL | f
error: aborting due to 7 previous errors
For more information about this error, try `rustc --explain E0623`.

View File

@ -70,3 +70,4 @@ LL | f
error: aborting due to 7 previous errors
For more information about this error, try `rustc --explain E0623`.

View File

@ -50,3 +50,4 @@ LL | f
error: aborting due to 5 previous errors
For more information about this error, try `rustc --explain E0623`.

View File

@ -50,3 +50,4 @@ LL | f
error: aborting due to 5 previous errors
For more information about this error, try `rustc --explain E0623`.

View File

@ -8,3 +8,4 @@ LL | fn foo(x: &mut Vec<&'_ u8>, y: &'_ u8) { x.push(y); }
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.

View File

@ -12,3 +12,4 @@ LL | let _: Foo<'long> = c;
error: aborting due to previous error
For more information about this error, try `rustc --explain E0623`.