]> git.lizzy.rs Git - rust.git/blob - tests/ui/dbg_macro.stderr
implement dbg_macro rule (fixes #3721)
[rust.git] / tests / ui / dbg_macro.stderr
1 error: `dbg!` macro is intended as a debugging tool. ensure to avoid having uses of it in version control
2   --> $DIR/dbg_macro.rs:2:5
3    |
4 LL |     dbg!(42);
5    |     ^^^^^^^^
6    |
7    = note: `-D clippy::dbg-macro` implied by `-D warnings`
8
9 error: aborting due to previous error
10