summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/force-warn/allow-warnings.stderr
blob: 4de68a079e566c40000807e174f486a3c0758514 (plain)
1
2
3
4
5
6
7
8
9
10
warning: function `dead_function` is never used
  --> $DIR/allow-warnings.rs:8:4
   |
LL | fn dead_function() {}
   |    ^^^^^^^^^^^^^
   |
   = note: requested on the command line with `--force-warn dead-code`

warning: 1 warning emitted