It is highly likely that 1960 is a typo for 1.60.0 . The Rust programming language did not exist in 1960, and version numbers are not currently in the thousands.
std::sync::OnceLock: A thread-safe way to initialize a value once and access it immutably thereafter (a safer, simpler alternative to lazy_static for many use cases).std::io::Writer::write_all_vectored: Allowing more efficient I/O operations.Regardless of the specific version, you can always update to the latest stable release using Check current version rustc --version Use code with caution. Copied to clipboard Update to the latest stable rustup update stable Use code with caution. Copied to clipboard Try pre-release versions announcing rust 1960