Is this compiler the 32 bit or 64 bit

1 Like

Well, the page changes depending on what system you're using, so... maybe?

Also, if you're using rustup, you'll get whatever your system uses, so, again... maybe.

1 Like

It's both. Once you install rustup, you can switch between 32 and 64 bit with rustup defaut … and platform from this list, such as i686-pc-windows-msvc or x86_64-pc-windows-msvc (or equivalent for Linux, Mac, etc. depending on your system).

1 Like