7 lines
78 B
Rust
7 lines
78 B
Rust
|
fn main() {
|
||
|
#[cfg(feature = "foo")]
|
||
|
{
|
||
|
// let foo = 0;
|
||
|
}
|
||
|
}
|