InputBot icon indicating copy to clipboard operation
InputBot copied to clipboard

cannot transmute_copy if Dst is larger than Src on windows

Open arne-fuchs opened this issue 2 years ago • 0 comments

Hello,

I tested the program on linux and in worked. Compiled and runned on windows and get following error

thread '' panicked at 'cannot transmute_copy if Dst is larger than Src', /rustc/eb26296b556cef10fb713a38f3d16b9886080f26\library\core\src\mem\mod.rs:1056:5

when trying to execute

KeySequence("b").send();
or
inputbot::KeybdKey::BKey.press();

arne-fuchs avatar Aug 11 '23 15:08 arne-fuchs