提交 96efaad3 编写于 作者: G Guillaume Gomez

update ui tests

上级 28b0e1db
......@@ -23,3 +23,4 @@ LL | bar(foo, x)
error: aborting due to previous error
For more information about this error, try `rustc --explain E0495`.
......@@ -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`.
......@@ -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`.
......@@ -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`.
......@@ -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`.
......@@ -18,3 +18,4 @@ LL | | }
error: aborting due to previous error
For more information about this error, try `rustc --explain E0495`.
......@@ -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`.
......@@ -32,3 +32,4 @@ LL | x
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0495`.
......@@ -27,3 +27,4 @@ LL | trait T<'a> {
error: aborting due to previous error
For more information about this error, try `rustc --explain E0495`.
......@@ -28,3 +28,4 @@ LL | trait Foo<'a> {
error: aborting due to previous error
For more information about this error, try `rustc --explain E0495`.
......@@ -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`.
......@@ -25,3 +25,4 @@ LL | ((u,),) => u,
error: aborting due to previous error
For more information about this error, try `rustc --explain E0495`.
......@@ -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`.
......@@ -27,3 +27,4 @@ LL | impl Foo<'_> {
error: aborting due to previous error
For more information about this error, try `rustc --explain E0495`.
......@@ -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`.
......@@ -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`.
......@@ -21,3 +21,4 @@ LL | <Foo<'a>>::C
error: aborting due to previous error
For more information about this error, try `rustc --explain E0495`.
......@@ -21,3 +21,4 @@ LL | T::C
error: aborting due to previous error
For more information about this error, try `rustc --explain E0495`.
......@@ -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`.
......@@ -27,3 +27,4 @@ LL | x.borrowed()
error: aborting due to previous error
For more information about this error, try `rustc --explain E0495`.
......@@ -27,3 +27,4 @@ LL | x.borrowed()
error: aborting due to previous error
For more information about this error, try `rustc --explain E0495`.
......@@ -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`.
......@@ -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`.
......@@ -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`.
......@@ -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`.
......@@ -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`.
......@@ -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`.
......@@ -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`.
......@@ -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`.
......@@ -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`.
......@@ -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`.
......@@ -25,3 +25,4 @@ LL | with(|o| o)
error: aborting due to previous error
For more information about this error, try `rustc --explain E0495`.
......@@ -30,3 +30,4 @@ LL | | }
error: aborting due to previous error
For more information about this error, try `rustc --explain E0495`.
......@@ -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`.
......@@ -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`.
......@@ -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`.
......@@ -25,3 +25,4 @@ LL | with(|o| o)
error: aborting due to previous error
For more information about this error, try `rustc --explain E0495`.
......@@ -25,3 +25,4 @@ LL | with(|o| o)
error: aborting due to previous error
For more information about this error, try `rustc --explain E0495`.
......@@ -27,3 +27,4 @@ LL | let y = f();
error: aborting due to previous error
For more information about this error, try `rustc --explain E0495`.
......@@ -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`.
......@@ -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`.
......@@ -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`.
......@@ -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`.
......@@ -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`.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册