Sha256: ef99375c9ca3013102c98f87a8c84c4171d550cb6ecfe5849bf81bb21f272891
Contents?: true
Size: 563 Bytes
Versions: 30
Compression:
Stored size: 563 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)] include!(concat!(env!("ISLE_DIR"), "/isle_riscv64.rs"));
Version data entries
30 entries across 30 versions & 1 rubygems