open-vnc icon indicating copy to clipboard operation
open-vnc copied to clipboard

Compilation error - cannot find function `drain_to` in this scope

Open JoyceBabu opened this issue 4 years ago • 0 comments

The project fails to compile. There is a missing function drain_to.

error[E0425]: cannot find function `drain_to` in this scope
   --> src/server.rs:279:13
    |
279 |             drain_to(&mut buf, pos as usize);
    |             ^^^^^^^^ not found in this scope

JoyceBabu avatar Apr 17 '20 21:04 JoyceBabu