Skip to content

Commit

Permalink
Update ui test suite to nightly-2023-10-11
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Oct 11, 2023
1 parent 3acf1c2 commit df47f91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/ui/zerosized.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ error[E0080]: could not evaluate static initializer
--> tests/ui/zerosized.rs:7:1
|
7 | #[distributed_slice]
| ^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'assertion failed: ::linkme::__private::mem::size_of::<<[Unit] as\n ::linkme::__private::Slice>::Element>() > 0', $DIR/tests/ui/zerosized.rs:7:1
| ^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'assertion failed: ::linkme::__private::mem::size_of::<<[Unit] as
::linkme::__private::Slice>::Element>() > 0', $DIR/tests/ui/zerosized.rs:7:1
|
= note: this error originates in the macro `::linkme::__private::assert` (in Nightly builds, run with -Z macro-backtrace for more info)

0 comments on commit df47f91

Please sign in to comment.