rust/tests/ui-cargo/feature_name/fail/src/main.rs

8 lines
169 B
Rust
Raw Normal View History

// compile-flags: --crate-name=feature_name
#![warn(clippy::redundant_feature_names)]
#![warn(clippy::negative_feature_names)]
fn main() {
// test code goes here
}