// 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.
include!;