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