]> git.lizzy.rs Git - rust.git/commitdiff
Bless ui tests
authorRyan Lopopolo <rjl@hyperbo.la>
Thu, 1 Sep 2022 05:55:04 +0000 (22:55 -0700)
committerRyan Lopopolo <rjl@hyperbo.la>
Thu, 20 Oct 2022 02:17:32 +0000 (19:17 -0700)
src/test/ui/issues/issue-59488.stderr

index 08fe0b35eb7d86db51ba4c8c269019d789a77c8b..f9846b62a72f81d4245d651e3e633f15a83501c9 100644 (file)
@@ -99,7 +99,7 @@ LL |     assert_eq!(Foo::Bar, i);
              extern "C" fn(A, B, C, D) -> Ret
              extern "C" fn(A, B, C, D, ...) -> Ret
              extern "C" fn(A, B, C, D, E) -> Ret
-           and 68 others
+           and 118 others
    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error[E0277]: `fn(usize) -> Foo {Foo::Bar}` doesn't implement `Debug`
@@ -118,7 +118,7 @@ LL |     assert_eq!(Foo::Bar, i);
              extern "C" fn(A, B, C, D) -> Ret
              extern "C" fn(A, B, C, D, ...) -> Ret
              extern "C" fn(A, B, C, D, E) -> Ret
-           and 68 others
+           and 118 others
    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to 10 previous errors