]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-tool_lints-fail.stderr
33ee79cd2011ab23bb1a0e27e8f1ac794a4e5713
[rust.git] / src / test / ui / feature-gates / feature-gate-tool_lints-fail.stderr
1 error[E0658]: scoped lint `clippy::assign_ops` is experimental (see issue #44690)
2   --> $DIR/feature-gate-tool_lints-fail.rs:11:8
3    |
4 LL | #[warn(clippy::assign_ops)] //~ ERROR scoped lint `clippy::assign_ops` is experimental
5    |        ^^^^^^^^^^^^^^^^^^
6    |
7    = help: add #![feature(tool_lints)] to the crate attributes to enable
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0658`.