Feel like everyone's been telling me it's the best thing since sliced bread. I'm just a hobbyist with like a single big project I'm maintaining but I'm starting to hate the code and idk maybe I should rewrite it in rust. Idk
If you either hate yourself, or somehow manage to forget C/C++, JavaScript, Python and probably some more random languages, then yes. Because Rust is basically just a confusing, illogical mix of all of that.
Otherwise, as others pointed out, learn anything else that is - if that's what you want - memory safe, statically typed, yadda yadda yadda, and has a good dependency system, compiler and syntax. Other languages could very well fit much better too, depending on available libraries and features in general.
While I agree with you that OP shouldn't migrate to Rust, the language is not illogical nor a mix of any of those. There's a lot of stuff that Rust does extremely well that can't be reproduced in any of the other languages, such as Options or Result types. And while it can become confusing when lifetimes get thrown at it as a general rule it's not. Also the compiler messages are so thorough, I don't think I have ever seen anything come close to it.
Rust is not for everything, nor for everyone, but saying it doesn't have it's merits is dishonest.