https://bugs.winehq.org/show_bug.cgi?id=51438
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #1 from Bernhard Übelacker bernhardu@mailbox.org --- Hello, I tried to run the instructions on top of a plain wine64 built from todays git (49cde09958).
Unfortunately I could not reproduce the free error:
$ echo "fn main() { println!("Hello World");}" > roman.rs $ cat roman.rs fn main() { println!("Hello World");} $ wine rustc roman.rs $ wine roman.exe Hello World
Do you use prebuilt wine packages?