mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-03 02:23:20 +00:00
7 lines
59 B
Rust
7 lines
59 B
Rust
#![allow(unused)]
|
|
|
|
#[cfg(all())]
|
|
fn all() {}
|
|
|
|
fn main() {}
|