rustc/tests/ui/inline-const/expr-unsafe.stderr
2024-06-19 10:24:51 +02:00

15 lines
313 B
Plaintext

warning: unnecessary `unsafe` block
--> $DIR/expr-unsafe.rs:11:13
|
LL | unsafe {}
| ^^^^^^ unnecessary `unsafe` block
|
note: the lint level is defined here
--> $DIR/expr-unsafe.rs:3:9
|
LL | #![warn(unused_unsafe)]
| ^^^^^^^^^^^^^
warning: 1 warning emitted