bless you
This commit is contained in:
parent
1529067a04
commit
d0b3774490
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ LL | bytes: [u8; std::mem::size_of::<Foo>()]
|
||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
|
|
||||||
note: ...which requires const-evaluating `Foo::bytes::{{constant}}#0`...
|
note: ...which requires const-evaluating `Foo::bytes::{{constant}}#0`...
|
||||||
--> $SRC_DIR/libcore/mem.rs:LL:COL
|
--> $SRC_DIR/libcore/mem/mod.rs:LL:COL
|
||||||
|
|
|
|
||||||
LL | intrinsics::size_of::<T>()
|
LL | intrinsics::size_of::<T>()
|
||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
error: reached the type-length limit while instantiating `std::mem::drop::<std::option::Op... G), (G, G, G), (G, G, G))))))>>`
|
error: reached the type-length limit while instantiating `std::mem::drop::<std::option::Op... G), (G, G, G), (G, G, G))))))>>`
|
||||||
--> $SRC_DIR/libcore/mem.rs:LL:COL
|
--> $SRC_DIR/libcore/mem/mod.rs:LL:COL
|
||||||
|
|
|
|
||||||
LL | pub fn drop<T>(_x: T) { }
|
LL | pub fn drop<T>(_x: T) { }
|
||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue