Does Gentoo Linux refer to Rust tier 1 platforms?

Hello all! Can I use Rust on Gentoo completely? Is it a tier 1 platform? Thank you.

Rust binary does not depend on any specifix linux distro, at least there's a glibc in your system. Even if it doesn't exist, you can just compile your binary with musl libc.