summaryrefslogtreecommitdiffstats
path: root/tests/ui/inline-const/pat-unsafe.thir.stderr
blob: 0318b3ff2cc6acd1897c452da2f55001d7eb7987 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
warning: unnecessary `unsafe` block
  --> $DIR/pat-unsafe.rs:19:17
   |
LL |                 unsafe {}
   |                 ^^^^^^ unnecessary `unsafe` block
   |
note: the lint level is defined here
  --> $DIR/pat-unsafe.rs:7:9
   |
LL | #![warn(unused_unsafe)]
   |         ^^^^^^^^^^^^^

warning: unnecessary `unsafe` block
  --> $DIR/pat-unsafe.rs:26:17
   |
LL |                 unsafe {}
   |                 ^^^^^^ unnecessary `unsafe` block

warning: 2 warnings emitted