Sign in
rust
/
rust-clippy
/
3415a18febb8d8afe6de9f462fee953e979a88a9
/
.
/
tests
/
compile-fail
/
conf_bad_arg.rs
blob: 68b902719f6e72da3818773877284bcc9f4eeaae [
file
] [
log
] [
blame
]
// error-pattern: `conf_file` must be a named value
#![
feature
(
plugin
)]
#![
plugin
(
clippy
(
conf_file
))]
fn
main
()
{}