Yonggang Luo

Results 234 comments of Yonggang Luo
trafficstars

Can we turn the mingw's implementation of _Thread_local to be consistence with msvc? It's seems msvc'c __declspec(thread) doesn't depends on winpthreads at all.

> > Can we turn the mingw's implementation of _Thread_local to be consistence with msvc? > > It's seems msvc'c __declspec(thread) doesn't depends on winpthreads at all. > > Please...

Do you have a full test demo? a pr would be nicer.

https://github.com/rulibc/rulibc/tree/master/src/header/_aio Here it is

I am trying to implementing c runtime in rust , how to export string literal properly.

Please use this to reproduce https://github.com/rulibc/rulibc/tree/cbindgen The branch cbindgen

> Given this code: > > ```rust > #[no_mangle] > pub unsafe extern "C" fn func(fixed: u32, mut args: ...) { > let x: u8 = args.arg(); > let y:...

> Unsupported type: Why say this? I create a testcase and it's do nothing

I know nothing about cbindgen, hard for me to fix it