Skip to content

Commit 409195d

Browse files
committed
Update stderr files after rebase
1 parent 3af7989 commit 409195d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/ui/consts/const-size_of-cycle.stderr

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ note: ...which requires const-evaluating + checking `Foo::bytes::{constant#0}`..
1414
|
1515
LL | bytes: [u8; std::mem::size_of::<Foo>()]
1616
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
17-
note: ...which requires simplifying constant for the type system `std::intrinsics::size_of`...
18-
--> $SRC_DIR/core/src/intrinsics.rs:LL:COL
19-
|
20-
LL | pub fn size_of<T>() -> usize;
21-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2217
= note: ...which requires computing layout of `Foo`...
2318
= note: ...which requires normalizing `[u8; _]`...
2419
= note: ...which again requires simplifying constant for the type system `Foo::bytes::{constant#0}`, completing the cycle

0 commit comments

Comments
 (0)