I don't understand what your objection is. It's a given that what I wrote applies to Rust. This is a thread about Rust. I didn't say that M:N threading is always slower than 1:1.
Besides, fibers don't emit essentially the same code as async code. One has a stack, and the other doesn't. That's a significant difference.