/* * MRustC - Rust Compiler * - By John Hodge (Mutabah/thePowersGang) * * include/target_version.hpp * - mrustc target lanuage version definitions */ #pragma once #define TARGETVER_1_19 true #define TARGETVER_1_29 true