We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af7989 commit 409195dCopy full SHA for 409195d
src/test/ui/consts/const-size_of-cycle.stderr
@@ -14,11 +14,6 @@ note: ...which requires const-evaluating + checking `Foo::bytes::{constant#0}`..
14
|
15
LL | bytes: [u8; std::mem::size_of::<Foo>()]
16
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
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
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
22
= note: ...which requires computing layout of `Foo`...
23
= note: ...which requires normalizing `[u8; _]`...
24
= note: ...which again requires simplifying constant for the type system `Foo::bytes::{constant#0}`, completing the cycle
0 commit comments