summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/const_fn_ptr.stderr
blob: 19fa39603460bb9fd676c6ae887452956e5646b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
warning: skipping const checks
  --> $DIR/const_fn_ptr.rs:12:5
   |
LL |     X(x)
   |     ^^^^

warning: skipping const checks
  --> $DIR/const_fn_ptr.rs:16:5
   |
LL |     X_CONST(x)
   |     ^^^^^^^^^^

warning: skipping const checks
  --> $DIR/const_fn_ptr.rs:20:5
   |
LL |     x(y)
   |     ^^^^