rust/tests/ui/inline-const/expr-unsafe.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
313 B
Plaintext
Raw Normal View History

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