Sha256: df91ed41504e84f370fb637ad19c3f0d618dc49fa3a2d43f9eeac9a1e8070b36

Contents?: true

Size: 605 Bytes

Versions: 3

Compression:

Stored size: 605 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)]

include!(concat!(env!("ISLE_DIR"), "/isle_aarch64.rs"));

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wasmtime-5.0.0 ./ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/lower/isle/generated_code.rs
wasmtime-0.4.1 ./ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/lower/isle/generated_code.rs
wasmtime-0.4.0 ./ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/lower/isle/generated_code.rs