Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
tests
/
ui-fulldeps
/
plugin
/
lint-plugin-cmdline-allow.rs
blob: 1cc16e2fd1c9edde0e73fa0fcd9c71825bce1215 [
file
] [
log
] [
blame
]
// check-pass
// aux-build:lint-plugin-test.rs
// ignore-stage1
// compile-flags: -A test-lint
#![
feature
(
plugin
)]
#![
plugin
(
lint_plugin_test
)]
//~ WARNING compiler plugins are deprecated
fn
lintme
()
{
}
pub
fn
main
()
{
}