mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
10 lines
352 B
Plaintext
10 lines
352 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 previous error
|
||
|
|
||
|
For more information about this error, try `rustc --explain E0606`.
|