pub const COMPILED_ON: &str = "x86_64-unknown-linux-gnu";
Expand description

The platform on which your code was compiled.

Also known as “host platform”. It will only be different from CURRENT_PLATFORM if the code was cross-compiled.

This is rarely needed; if in doubt, use CURRENT_PLATFORM.