c2v icon indicating copy to clipboard operation
c2v copied to clipboard

a type alias can not refer to itself: Dl_info

Open topcheese opened this issue 2 years ago • 0 comments

Remotery.v:838:1: error: a type alias can not refer to itself: Dl_info
  836 | 
  837 | fn munmap( voidptr,  usize) int
  838 | type Dl_info = Dl_info
      | ~~~~~~~~~~~~~~~~~~~~~~
  839 | fn dlclose(__handle voidptr) int

This one has me stuck. I'll jump on Discord to discuss this one.

C code origin -> https://github.com/Celtoys/Remotery

topcheese avatar Aug 15 '23 07:08 topcheese