about summary refs log tree commit diff
path: root/tests/ui/inline-const/expr-unsafe.stderr
blob: 47334aaab835546911677e06e6b458d5437b0f23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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