summary refs log tree commit diff
path: root/src/test/ui-fulldeps/lint-plugin.stderr
blob: 4a3140925c86772fbc00e9534e00c81215139817 (plain)
1
2
3
4
5
6
7
8
warning: item is named 'lintme'
  --> $DIR/lint-plugin.rs:18:1
   |
LL | fn lintme() { } //~ WARNING item is named 'lintme'
   | ^^^^^^^^^^^^^^^
   |
   = note: #[warn(test_lint)] on by default