You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0080]: pointer not dereferenceable: pointer must point to some allocation, but got 0xffffffff[noalloc] which is a dangling pointer (it has no provenance)
2
+
--> $DIR/const_transmute_type_id2.rs:10:13
3
+
|
4
+
LL | assert!(a == b);
5
+
| ^^^^^^ evaluation of `_` failed inside this call
6
+
|
7
+
note: inside `<TypeId as PartialEq>::eq`
8
+
--> $SRC_DIR/core/src/any.rs:LL:COL
9
+
note: inside `<TypeId as PartialEq>::eq::ct`
10
+
--> $SRC_DIR/core/src/any.rs:LL:COL
11
+
12
+
error: aborting due to 1 previous error
13
+
14
+
For more information about this error, try `rustc --explain E0080`.
error[E0080]: pointer not dereferenceable: pointer must point to some allocation, but got 0xffffffffffffffff[noalloc] which is a dangling pointer (it has no provenance)
2
+
--> $DIR/const_transmute_type_id2.rs:10:13
3
+
|
4
+
LL | assert!(a == b);
5
+
| ^^^^^^ evaluation of `_` failed inside this call
6
+
|
7
+
note: inside `<TypeId as PartialEq>::eq`
8
+
--> $SRC_DIR/core/src/any.rs:LL:COL
9
+
note: inside `<TypeId as PartialEq>::eq::ct`
10
+
--> $SRC_DIR/core/src/any.rs:LL:COL
11
+
12
+
error: aborting due to 1 previous error
13
+
14
+
For more information about this error, try `rustc --explain E0080`.
0 commit comments