max_value() vs MAX · Issue #29841 · rust-lang/rust

I'm not sure if I'm calling this wrong, but when I try to use let inf = std::u32::max_value(); I get the error: src\main.rs:3:13: 3:32 error: unresolved name `std::u32::max_value` [E0425] src\main....