summaryrefslogtreecommitdiffstats
path: root/tests/ui/inline-const/expr-unsafe.mir.stderr
blob: 1ab6e42fba0a5b9a38ebe2c8d8547bfb4368163d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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