Sha256: ec40e694d6924fd48839bee93939813e4a1e0a9fa3474c0c3b7a7524565f14f9
Contents?: true
Size: 663 Bytes
Versions: 1
Compression:
Stored size: 663 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(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, missing_docs, clippy::clone_on_copy )] include!(concat!(env!("ISLE_DIR"), "/isle_x64.rs"));
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wasmtime-29.0.0 | ./ext/cargo-vendor/cranelift-codegen-0.116.0/src/isa/x64/lower/isle/generated_code.rs |