EmilHernvall / dnsguide

A guide to writing a DNS Server from scratch in Rust
MIT License
3.92k stars 246 forks source link

Multiple Borrowing Error! #9

Closed avinashkanaujiya closed 4 years ago

avinashkanaujiya commented 4 years ago

In read_u16 and read_u32 function, multiple borrowing error is occuring. How did you compile your code?

avinashkanaujiya commented 4 years ago

Nevermind.