c2rust icon indicating copy to clipboard operation
c2rust copied to clipboard

cannot translate stb_image_resize2

Open jestarray opened this issue 9 months ago • 0 comments

I ran c2rust on a project(raylib) that included #stb_image_resize2.h and I got:

thread 'main' panicked at c2rust-transpile/src/c_ast/conversion.rs:963:38:
Unknown statement attribute: loop

https://github.com/nothings/stb/blob/master/stb_image_resize2.h

jestarray avatar May 29 '25 17:05 jestarray