Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
test
/
ui-fulldeps
/
lint-plugin-cmdline-allow.rs
blob: 8017379ab3d44e553b3565facec30d993a51ff7e [
file
] [
log
] [
blame
]
// run-pass
// aux-build:lint-plugin-test.rs
// ignore-stage1
// compile-flags: -A test-lint
#![
feature
(
plugin
)]
#![
warn
(
unused
)]
#![
plugin
(
lint_plugin_test
)]
fn
lintme
()
{
}
pub
fn
main
()
{
}