2025-07-20 22:33:04 +00:00
|
|
|
error[E0080]: entering unreachable code
|
|
|
|
|
--> $DIR/unknown-when-ptr-metadata-is-DST.rs:8:10
|
2025-01-06 11:39:07 +01:00
|
|
|
|
|
|
|
|
|
LL | [(); { let _a: Option<&str> = None; 0 }];
|
2025-07-20 22:33:04 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `return_str::{constant#0}` failed here
|
2025-01-06 11:39:07 +01:00
|
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0080`.
|