mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 04:52:40 +00:00
10 lines
354 B
Plaintext
10 lines
354 B
Plaintext
error[E0606]: casting `usize` as `dyn* std::fmt::Display` is invalid
|
|
--> $DIR/no-explicit-dyn-star.rs:6:48
|
|
|
|
|
LL | dyn_star_foreign::require_dyn_star_display(1usize as _);
|
|
| ^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0606`.
|