]> git.lizzy.rs Git - rust.git/blob - tests/ui/panic.stderr
Add todo and tests
[rust.git] / tests / ui / panic.stderr
1 error: `panic` should not be present in production code
2   --> $DIR/panic.rs:6:5
3    |
4 LL |     panic!();
5    |     ^^^^^^^^^
6    |
7    = note: `-D clippy::panic` implied by `-D warnings`
8
9 error: aborting due to previous error
10