mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
dc3d428a8a
Updates THIR behavior to match the changes from #93678
15 lines
313 B
Plaintext
15 lines
313 B
Plaintext
warning: unnecessary `unsafe` block
|
|
--> $DIR/expr-unsafe.rs:12:13
|
|
|
|
|
LL | unsafe {}
|
|
| ^^^^^^ unnecessary `unsafe` block
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/expr-unsafe.rs:4:9
|
|
|
|
|
LL | #![warn(unused_unsafe)]
|
|
| ^^^^^^^^^^^^^
|
|
|
|
warning: 1 warning emitted
|
|
|