]> git.lizzy.rs Git - rust.git/blob - src/test/ui-fulldeps/lint-tool-cmdline-allow.rs
Rollup merge of #58778 - xfix:exact_size_case_mapping_iter, r=SimonSapin
[rust.git] / src / test / ui-fulldeps / lint-tool-cmdline-allow.rs
1 // run-pass
2 // aux-build:lint-tool-test.rs
3 // ignore-stage1
4 // compile-flags: -A test-lint
5
6 #![feature(plugin)]
7 #![warn(unused)]
8 #![plugin(lint_tool_test)]
9
10 fn lintme() {}
11
12 pub fn main() {}