15 lines
292 B
Plaintext
15 lines
292 B
Plaintext
error: unreachable statement
|
|
--> $DIR/issue-7246.rs:7:5
|
|
|
|
|
LL | if *ptr::null() {};
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
note: lint level defined here
|
|
--> $DIR/issue-7246.rs:1:9
|
|
|
|
|
LL | #![deny(unreachable_code)]
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|