mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
7 lines
78 B
Rust
7 lines
78 B
Rust
fn main() {
|
|
#[cfg(feature = "foo")]
|
|
{
|
|
// let foo = 0;
|
|
}
|
|
}
|