Compilation never finishes

I wrote a not so big rust projet.
It was compiled (and then works) fine in debug mode but the compilation in release mode (opt.level=3) is never finishing.
If I use opt.level=2, it is fine (compilation and exectable).
Only level 3 is suspected to fall in an infinite (or very long) loop.

Of course, I could give my rs files but I don't know where I can report this bug.

Regards,

You can report this on the main Rust repo: GitHub - rust-lang/rust: Empowering everyone to build reliable and efficient software..

Please be sure to include either a link to your project or (ideally!) a minimal example which can be used to reproduce the issue.

Thanks!

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.