extern crate rustc_version;
fn main() {
assert!(rustc_version::version_matches(">= 1.13.0"), "This crate has been recently redesigned
to take advantage of MIR and requires versions of the compiler which do not create hidden
drop flag fields on #[repr(C)] structs.");
}