tokio-rs / io-uring

The `io_uring` library for Rust
Apache License 2.0
1.16k stars 129 forks source link

Fix nightly compiler complaints about size_of #289

Open SUPERCILEX opened 2 months ago

SUPERCILEX commented 2 months ago

Because the prelude now includes size_of, the nightly compiler really doesn't like it when you fully qualify size_of.

SUPERCILEX commented 2 months ago

I don't think the test failures are related BTW. It says Error: Operation not permitted which shouldn't have anything to do with this.

SUPERCILEX commented 2 months ago

Yeah, I just checked by reverting the commit so the PR is blank and it's still broken. Very strange.

quininer commented 2 months ago

I believe this is something that changed with github actions but I don't have the energy to deal with it.

SUPERCILEX commented 2 months ago

Yeah fair enough. They might have blocked io_uring syscalls? Anyway, I'm fine leaving this here until someone finds a fix (don't have time to look into it either).