]> git.lizzy.rs Git - rust.git/blob - tests/ui-fulldeps/lint-plugin-cmdline-load.stderr
Rollup merge of #107706 - tgross35:atomic-as-mut-ptr, r=m-ou-se
[rust.git] / tests / ui-fulldeps / lint-plugin-cmdline-load.stderr
1 warning: item is named 'lintme'
2   --> $DIR/lint-plugin-cmdline-load.rs:8:1
3    |
4 LL | fn lintme() { }
5    | ^^^^^^^^^^^^^^^
6    |
7    = note: `#[warn(test_lint)]` on by default
8
9 warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
10   --> <crate attribute>:1:1
11    |
12 LL | plugin(lint_plugin_test)
13    | ^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
14    |
15    = note: `#[warn(deprecated)]` on by default
16
17 warning: 2 warnings emitted
18