Sha256: 451a70316fbd23e034f8e2d4a324ffe1b796f29f160e524092a740b07f4907ab
Contents?: true
Size: 619 Bytes
Versions: 27
Compression:
Stored size: 619 Bytes
Contents
// See https://github.com/rust-lang/rust/issues/47995: we cannot use `#![...]` attributes inside of // the generated ISLE source below because we include!() it. We must include!() it because its path // depends on an environment variable; and also because of this, we can't do the `#[path = "..."] // mod generated_code;` trick either. #![allow(missing_docs, dead_code, unreachable_code, unreachable_patterns)] #![allow(unused_imports, unused_variables, non_snake_case, unused_mut)] #![allow(irrefutable_let_patterns, unused_assignments, non_camel_case_types)] include!(concat!(env!("ISLE_DIR"), "/isle_aarch64.rs"));
Version data entries
27 entries across 27 versions & 1 rubygems