mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 15:54:15 +00:00
10 lines
328 B
Plaintext
10 lines
328 B
Plaintext
error[E0080]: evaluation of constant value failed
|
|
--> $DIR/dangling.rs:6:16
|
|
|
|
|
LL | let _val = &*slice;
|
|
| ^^^^^^^ invalid metadata in wide pointer: slice is bigger than largest supported object
|
|
|
|
error: aborting due to previous error
|
|
|
|
For more information about this error, try `rustc --explain E0080`.
|