iced: propagate pane drag destinations #776
Annotations
9 errors and 18 warnings
|
Check compilation of `tour` example
Process completed with exit code 101.
|
|
Check compilation of `tour` example:
winit/src/program.rs#L545
type annotations needed for `std::sync::Arc<_, _>`
|
|
Check compilation of `tour` example:
winit/src/program.rs#L540
no method named `with_canvas` found for struct `WindowAttributes` in the current scope
|
|
Check compilation of `tour` example:
winit/src/program.rs#L414
no method named `canvas` found for struct `std::sync::Arc<dyn winit::window::Window>` in the current scope
|
|
Check compilation of `tour` example:
winit/src/program.rs#L698
no method named `spawn_app` found for struct `EventLoop` in the current scope
|
|
Check compilation of `tour` example:
winit/src/program.rs#L697
unresolved import `winit::platform::web::EventLoopExtWebSys`
|
|
Check compilation of `tour` example:
winit/src/program.rs#L553
unresolved import `winit::platform::web::WindowExtWebSys`
|
|
Check compilation of `tour` example:
winit/src/program.rs#L538
unresolved import `winit::platform::web::WindowAttributesExtWebSys`
|
|
Check compilation of `tour` example:
winit/src/program.rs#L413
unresolved import `winit::platform::web::WindowExtWebSys`
|
|
Check compilation of `tour` example:
widget/src/overlay/menu.rs#L343
field `text_wrap` is never read
|
|
Check compilation of `tour` example:
widget/src/scrollable.rs#L841
variable does not need to be mutable
|
|
Check compilation of `tour` example:
widget/src/image/viewer.rs#L9
unused import: `Image`
|
|
Check compilation of `tour` example:
runtime/src/lib.rs#L44
unused import: `Color`
|
|
Check compilation of `tour` example:
runtime/src/dnd.rs#L7
unused import: `AsMimeTypes`
|
|
Check compilation of `tour` example:
runtime/src/dnd.rs#L6
unused import: `iced_core::clipboard::DndSource`
|
|
Check compilation of `tour` example:
runtime/src/dnd.rs#L3
unused import: `std::any::Any`
|
|
Check compilation of `tour` example:
graphics/src/image.rs#L101
use of deprecated type alias `image::io::Reader`: this type has been moved and renamed to image::ImageReader
|
|
Check compilation of `tour` example:
graphics/src/damage.rs#L48
unused import: `std::cmp::Ordering`
|
|
Check compilation of `tour` example:
core/src/window/position.rs#L23
function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
|
|
Run checks:
widget/src/overlay/menu.rs#L343
field `text_wrap` is never read
|
|
Run checks:
widget/src/scrollable.rs#L841
variable does not need to be mutable
|
|
Run checks:
runtime/src/lib.rs#L44
unused import: `Color`
|
|
Run checks:
runtime/src/dnd.rs#L7
unused import: `AsMimeTypes`
|
|
Run checks:
runtime/src/dnd.rs#L6
unused import: `iced_core::clipboard::DndSource`
|
|
Run checks:
graphics/src/damage.rs#L48
unused import: `std::cmp::Ordering`
|
|
Run checks:
runtime/src/dnd.rs#L3
unused import: `std::any::Any`
|
|
Run checks:
core/src/window/position.rs#L23
function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
|
Loading