このページの翻訳:
- 日本語 (ja)
- English (en)
最近の更新
- 03 Zed editor 設定 [Windowsでビルド]
- 09 ↷ 50_dialy:2025:09:09 から 50_dialy:2025:09:08 へページを名称変更しました。
- 06 ↷ 50_dialy:2025:06 から 50_dialy:2025:09:06 へページを移動しました。
最近の更新
Compiling blade-macros v0.3.0 (https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7b)
error[E0658]: cannot cast `dyn action::Action` to `dyn std::any::Any`, trait upcasting coercion is experimental
--> crates\gpui\src\action.rs:96:9
|
96 | self as &dyn Any
| ^^^^
|
= note: see issue #65991 <https://github.com/rust-lang/rust/issues/65991> for more information
= note: required when coercing `&(dyn action::Action + 'static)` into `&(dyn std::any::Any + 'static)`
For more information about this error, try `rustc --explain E0658`.
error: could not compile `gpui` (lib) due to 1 previous error