about summary refs log tree commit diff
path: root/tests/ui/unknown-unstable-lints/warn-unknown-unstable-lint-command-line.stderr
blob: 9d838f7d1eaeda42df5a04c52d5cca97090e9de2 (plain)
1
2
3
4
5
6
7
8
9
warning: unknown lint: `test_unstable_lint`
   |
   = note: the `test_unstable_lint` lint is unstable
   = help: add `-Zcrate-attr="feature(test_unstable_lint)"` to the command-line options to enable
   = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
   = note: requested on the command line with `-W unknown-lints`

warning: 1 warning emitted