about summary refs log tree commit diff
path: root/tests/ui/consts/const-eval/const_fn_ptr.stderr
blob: 682a5a23afc3ff9091703cdfcb5472b348773283 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
warning: skipping const checks
   |
help: skipping check that does not even have a feature gate
  --> $DIR/const_fn_ptr.rs:15:5
   |
LL |     X_CONST(x)
   |     ^^^^^^^^^^
help: skipping check that does not even have a feature gate
  --> $DIR/const_fn_ptr.rs:19:5
   |
LL |     x(y)
   |     ^^^^
help: skipping check that does not even have a feature gate
  --> $DIR/const_fn_ptr.rs:11:5
   |
LL |     X(x)
   |     ^^^^

warning: 1 warning emitted