@@ -13,11 +13,11 @@ error[E0080]: evaluation of constant value failed
13
13
LL | };
14
14
| ^ calling non-const function `<Vec<u8> as Drop>::drop`
15
15
|
16
- note: inside `std::ptr:: drop_in_place::<Option<String>> - shim(Some(Option<String>))`
16
+ note: inside `drop_in_place::<Option<String>> - shim(Some(Option<String>))`
17
17
--> $SRC_DIR/core/src/ptr/mod.rs:LL:COL
18
- note: inside `std::ptr:: drop_in_place::<String> - shim(Some(String))`
18
+ note: inside `drop_in_place::<String> - shim(Some(String))`
19
19
--> $SRC_DIR/core/src/ptr/mod.rs:LL:COL
20
- note: inside `std::ptr:: drop_in_place::<Vec<u8>> - shim(Some(Vec<u8>))`
20
+ note: inside `drop_in_place::<Vec<u8>> - shim(Some(Vec<u8>))`
21
21
--> $SRC_DIR/core/src/ptr/mod.rs:LL:COL
22
22
23
23
error[E0493]: destructor of `Option<String>` cannot be evaluated at compile-time
@@ -34,11 +34,11 @@ error[E0080]: evaluation of constant value failed
34
34
LL | };
35
35
| ^ calling non-const function `<Vec<u8> as Drop>::drop`
36
36
|
37
- note: inside `std::ptr:: drop_in_place::<Option<String>> - shim(Some(Option<String>))`
37
+ note: inside `drop_in_place::<Option<String>> - shim(Some(Option<String>))`
38
38
--> $SRC_DIR/core/src/ptr/mod.rs:LL:COL
39
- note: inside `std::ptr:: drop_in_place::<String> - shim(Some(String))`
39
+ note: inside `drop_in_place::<String> - shim(Some(String))`
40
40
--> $SRC_DIR/core/src/ptr/mod.rs:LL:COL
41
- note: inside `std::ptr:: drop_in_place::<Vec<u8>> - shim(Some(Vec<u8>))`
41
+ note: inside `drop_in_place::<Vec<u8>> - shim(Some(Vec<u8>))`
42
42
--> $SRC_DIR/core/src/ptr/mod.rs:LL:COL
43
43
44
44
error[E0493]: destructor of `(u32, Option<String>)` cannot be evaluated at compile-time
0 commit comments