]> git.proxmox.com Git - rustc.git/blob - src/test/ui/consts/const-eval/const_fn_ptr.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / consts / const-eval / const_fn_ptr.stderr
1 warning: skipping const checks
2 --> $DIR/const_fn_ptr.rs:12:5
3 |
4 LL | X(x)
5 | ^^^^
6
7 warning: skipping const checks
8 --> $DIR/const_fn_ptr.rs:16:5
9 |
10 LL | X_CONST(x)
11 | ^^^^^^^^^^
12
13 warning: skipping const checks
14 --> $DIR/const_fn_ptr.rs:20:5
15 |
16 LL | x(y)
17 | ^^^^
18