mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-15 10:07:30 +00:00
9 lines
102 B
Rust
9 lines
102 B
Rust
// run-pass
|
|
|
|
#![warn(clippy::use_self)]
|
|
|
|
#[path = "auxiliary/ice-4727-aux.rs"]
|
|
mod aux;
|
|
|
|
fn main() {}
|